Timothy Stewart
Timothy Stewart
Unable to `pip install ai-economist` or `pip install -e .` in a fresh `conda` environment on windows, I have not tested on Mac or Linux as of today. # **versions:**...
Hey Kyle, this phenomenal stuff. Would love to pitch in where I can. Maybe we can setup sometime to chat about the project [[email protected]](mailto:[email protected])
was solving some cool problems then all of a sudden ran into a context wall, how do I go forward? Do i just start a new chat and lose the...
Getting this ERROR `Uncaught ReferenceError: GlslEditor is not defined` when following `README` instructions ```html const glslEditor = new GlslEditor('#glsl_editor', { canvas_size: 500, canvas_draggable: true, theme: 'monokai', multipleBuffers: true, watchHash: true,...
I am interfacing with some code that requires specific order of the ZeroConf TXT record when providing a service. However, it appears the order provided to `react-native-zeroconf` gets generated out...
``` # https://editorconfig.org/ root = true [*] indent_style = space indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true end_of_line = lf charset = utf-8 # Docstrings and comments use...
Great library, was pointed here by @dlech on `bleak` repo looking for a BLE server. Successfully added read and write callback, but notify callback appears to be missing in the...