Roddy Pratt

Results 9 issues of Roddy Pratt

I'm using fengari-web without problems in a browser-side app bundled with webpack 3. When I try pulling in fengari API calls directly, I get these kind of errors. ``` ERROR...

I get this error when running `docker-compose up` ``` nmos-testing | cmdline: git clone -v https://github.com/AMWA-TV/nmos-discovery-registration.git cache/is-04 nmos-testing | stderr: 'Cloning into 'cache/is-04'... nmos-testing | fatal: unable to access 'https://github.com/AMWA-TV/nmos-discovery-registration.git/':...

After editing an HTML file and resaving, parcel will occasionally bomb out with the following trace. Not repeatable, but this never happened with the previous 2.7.0 build. ``` Server running...

:bug: Bug
Windows

I'm trying to use the fetchDocument/freeDocument callbacks to load $ref schemas. My understanding is that if file `c:/my/schemas/test.json` contains something like this: ``` "foo": { "description": "hello", "$ref": "commonschema.json#/$defs/foo" },...

Using semanticdiff with file "myfile.json" works correctly, but with "my.file.json" I get an error message: "This type of diff is not supported by SemanticDiff."

bug
vscode

Would be great to have Lua added as a supported source code language.

enhancement

Currently you can't use this to localize `` elements in ``. Adding a `localized-option` element would allow this: ``` customElements.define('localized-option', LocalizedOptionElement, { extends: 'option' }); class LocalizedOptionElement extends HTMLOptionElement {...

Errors in browser console from the-paste-plugin.js V2.1.3, Wordpress 6.8.2 Firefox 143.0.1: `Uncaught SyntaxError: import declarations may only appear at top level of a module [the-paste-plugin.js:1:1](...wp-content/plugins/the-paste/js/admin/mce/the-paste-plugin.js?wp-mce-49110-20250317-tadv-5900)` Chrome 140.0: `the-paste-plugin.js:1 Uncaught SyntaxError:...

### Describe the bug Afer upgrade from 0.40.9 to 0.41.0, BTable Sort Icons don't switch to dark mode variants as before. 0.40.9: 0.41.0: ### Reproduction https://stackblitz.com/edit/github-audl3tbt?file=src%2Fcomponents%2FComp.vue ### Used Package Manager...

bug