John Winston

Results 68 issues of John Winston

I am trying to use `dotenv-linter` with `efm-langserver`, but I cannot find documentation for custom integration like this. How should I approach this? I am using nvim with efm-langserver, and...

**Describe the bug** Sveltekit that lives in Nx workspace will have a weird error like this for important certain modules: ``` ReferenceError: exports is not defined at /@fs/Users/xxx/Desktop/exports-undefined/node_modules/cookie/index.js?v=ef08a641:15:1 at instantiateModule...

bug

I am trying to use greenlet in an isomorphic application, where the code will be run in browser and server. I am struggling to use it in node, where I...

I have multiples subdirectories in my image directories, and I want to convert images inside these subdirectories and output the formatted files there. I tried with the following cmd but...

question

**Describe the bug** Based on the documentation, the `end` callback of `useDrag()` should fire when the drag operation ended. However it doesn't fire at all. **Reproduction** This is the code...

Hi, I am trying to write a tree-sitter parser for hjson https://github.com/winston0410/tree-sitter-hjson As I am learning how to use treesitter as well, any contribution are welcomed.

Right now svelte-gantt is used in `onMount` only for client-side rendering, is it possible for it to render server side as well and not rely on `document`?

question

REF: https://web.dev/learn/design/responsive-images/#constrain-your-images I am still trying to digest that, but basically we need to use this: ```css img { max-inline-size: 100%; } ``` instead of this(which is what this library...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/platform/blob/master/CODE_OF_CONDUCT.md). -...

bug

HI, How can I set stone on board before game start? I have read the doc and load the board successfully, but how can I set stones on the board...