-
Hello @mdaines,
(_I hope you don't mind another issue_)
I think it would be awesome if there was a way to load sample grammars (and perhaps make it easy to submit them via PRs?). I'm thinking of…
-
I don't yet know how to make this _consistently_ reproducible, sorry.
My early sense of things is that the bug begins to bite after moving a tab, or multiple tabs, from the _Default_ panel to any …
-
I have a project with a requirement to output a hash for each file and an overall hash of the whole set of files at the end. This could be achieved with `b3sum file1 file2 file3 > filesums; b3sum file…
-
```
---- Minecraft Crash Report ----
// There are four lights!
Time: 2024-10-20 00:02:40
Description: Unexpected error
java.lang.NullPointerException: Registry Object not present: candycraftc…
-
I am using version 1.1.3 and running into
> (in promise) ReferenceError: ndf2 is not defined
Looking in the source code I see `ndf2` is used but not declared.
ajmas updated
4 months ago
-
Let's we have the following "knowledge graph"
```
(parent Tom Bob)
(parent Pam Bob)
(parent Tom Liz)
(parent Bob Ann)
(parent Bob Pat)
(parent Pat Jim)
(female Pam)
(male Tom)
(male Bob)
(f…
-
sw.js
``` js
jsproxy_config=x=>{__CONF__=x;importScripts(__FILE__=x.assets_cdn+'bundle.c33e24c5.js')};importScripts('conf.js')
```
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
When trying to sqlfluff lint/fix/parse on …
-
Right now the red "P" doesn't mean anything and is used arbitrarily as an indicator for Plover being on and off. A couple things that I don't like about the P:
- It is low resolution which looks bad o…
-
Hi there, I am able to download model from HF using VideoLlavaForConditionalGeneration.from_pretrained and optimize the model using ipex-llm.optimize_model(). But the process fails on generate() with …