milahu
milahu
this makes the solidjs playground hang forever bad ```jsx import { render, For } from "solid-js/web"; import { createSignal, children } from "solid-js"; import { createStore } from "solid-js/store"; function...
error cos i did not include the new auto-generated parser files fixed in request #20
aah, the html legacy .. self-closing script/style tags are parsed as open-tags https://stackoverflow.com/a/4531813/10440128 so this ```html true ``` should be parsed as ``` (fragment (script_element (start_tag (tag_name)) ; (text) ;...
sorry, no time ... wg-quick and wg-netns use different config structs internally so this "import config" logic is complex and ugly ideally wg-netns would use the same internal config struct...
> I've forked this repo here and added SQLAlchemy support. So far it's only been tested with sqlite two years later .... : D error: return self.recognize_file(filename) File "/home/user/src/dejavu/recognize.py", line...
this works for me, with vite v3.1.0 ```js // vite.config.js import { defineConfig } from "vite"; import solidPlugin from "vite-plugin-solid"; // solidjs framework const assetsDir = 'assets/'; const outputDefaults =...
same error from `pnpm list` looks like infinite recursion in a circular dependency graph ```sh cd $(mktemp -d) git clone --depth 1 https://github.com/TanStack/query cd query pnpm install pnpm list -r...
> build file [here](https://github.com/varun-etc/svelte_captcha_component.git).. please share your source files
> I have to restart the build process same here with `nix (Nix) 2.9.0pre20220505_f4102de` and `nix (Nix) 2.9.1` i have to call `nix-build . -A qt6.qtwebengine` 3 times to fix...
aka `build input X does not exist` #1744 in something simple as ```nix { pkgs }: with pkgs; let x = fetchFromGitHub { # ... }; in stdenv.mkDerivation { buildInputs...