Skip to content

Instantly share code, notes, and snippets.

Traceback (most recent call last):
File "/nix/store/s16v3cd2dzg07kjpp7bchb8wp69mwjrv-python3.11-prisma-0.12.0/lib/python3.11/site-pac
kages/prisma/generator/generator.py", line 108, in run
self._on_request(request)
File "/nix/store/s16v3cd2dzg07kjpp7bchb8wp69mwjrv-python3.11-prisma-0.12.0/lib/python3.11/site-pac
kages/prisma/generator/generator.py", line 161, in _on_request
self.generate(data)
File "/nix/store/s16v3cd2dzg07kjpp7bchb8wp69mwjrv-python3.11-prisma-0.12.0/lib/python3.11/site-pac
kages/prisma/generator/generator.py", line 234, in generate
copy_tree(BASE_PACKAGE_DIR, rootdir)
This file has been truncated, but you can view the full file.
[Extension Host] selection changed, kind: Command
workbench.desktop.main.js:sourcemap:149 [Extension Host] selection changed, kind: Mouse
workbench.desktop.main.js:sourcemap:149 [Extension Host] selection changed, sending src2doc jump request
VM8:4598 batch 1 messages
VM8:4613 recv Uint8Array(28) [106, 117, 109, 112, 44, 49, 32, 55, 48, 46, 56, 54, 54, 50, 53, 32, 55, 56, 46, 49, 48, 54, 52, 56, 52, 51, 55, 53, buffer: ArrayBuffer(28), byteLength: 28, byteOffset: 0, length: 28, Symbol(Symbol.toStringTag): 'Uint8Array']
workbench.desktop.main.js:sourcemap:149 [Extension Host] selection changed, kind: Command
workbench.desktop.main.js:sourcemap:149 [Extension Host] Watching /Users/ethan/tex/dissertation-typst/test.typ for changes
workbench.desktop.main.js:sourcemap:149 [Extension Host] [2023-12-22T13:24:26Z DEBUG typst_preview::actor::typst] TypstActor: waiting for message
[2023-12-22T13:24:26Z INFO typst_preview] Control plane server listening on: 127.0.0.1:49748
[2023-12-22T13:24:26Z DEBUG typst_ts_compiler:
@ethanabrooks
ethanabrooks / spec.json
Created April 3, 2023 16:23
Vega-Lite spec from Mon Apr 03 2023
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": {
"name": "data",
"values": [
{
"sil": false,
"hint": true,
"seed": 0,
"step": 0,
@ethanabrooks
ethanabrooks / Insert slides from other presentation.POWERPOINT.yaml
Created March 22, 2023 21:53
Inserts slides from another PowerPoint file into the current presentation.
name: Insert slides from other presentation
description: Inserts slides from another PowerPoint file into the current presentation.
host: POWERPOINT
api_set: {}
script:
content: >
$("#insert-all-slides").click(() => tryCatch(insertAllSlides));
$("#insert-after-target-slide").click(() =>
tryCatch(insertAfterSelectedSlide));
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: src/ray/protobuf/gcs.proto
"""Generated protocol buffer code."""
from google.protobuf.internal import enum_type_wrapper
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
state, reward = reset()
assert state == 0 and state != 4
state = left()
assert reward == 0.0
assert state == 0 and state != 4
state = left()
assert reward == 0.0
assert state == 0 and state != 4
state = left()
assert reward == 0.0
[[package]]
name = "absl-py"
version = "1.2.0"
description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py."
category = "main"
optional = false
python-versions = ">=3.6"
[[package]]
name = "astunparse"
[[package]]
name = "absl-py"
version = "1.2.0"
description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py."
category = "main"
optional = false
python-versions = ">=3.6"
[[package]]
name = "astunparse"
[[package]]
name = "absl-py"
version = "1.2.0"
description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py."
category = "main"
optional = false
python-versions = ">=3.6"
[[package]]
name = "astunparse"
[tool.poetry]
name = "ppo"
version = "0.1.0"
description = ""
authors = ["Logan Walls <2934282+LoganWalls@users.noreply.github.com>", "Ethan Brooks <ethanabrooks@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
ml-collections = "^0.1.1"
jaxlib = "0.3.0"