Jesse Hallett
Jesse Hallett
I think a solution could be to adopt support for the `tailwindCSS.experimental.classRegex` setting from tailwindcss-intellisense - see https://github.com/ben-rogerson/twin.macro/discussions/227
Currently this package distributes the `index.ts` source file, which is what TypeScript picks up for the package's type definitions. I think this issue might be fixed by switching to distributing...
Using `call` means that any `this` context in API client methods must be pre-bound. That means that a plain class cannot currently be used as an API client. Switching to...
Sorry for being out of communication for so long. I can look into the error in the near future. The issue is the usual deal where you can't just use...
I ran into this issue using a Cypress browser docker image with Node v16. I fixed the problem by running job as a non-root user according to the instructions in...
@moretea Hi! I'm have a use case for source location markers. I am happy to contribute some time to get this PR finished and merged. Is there anything that I...
As a start I merged the latest changes from master into the code for this PR. The result is in my fork at https://github.com/hallettj/yaml-rust/tree/keep_markers
So I used the [derivative](https://mcarton.github.io/rust-derivative/) crate to define `Hash` and `PartialEq` implementations for `Node`. Derivative uses procedural macros, which breaks compatibility with Rust v1.24. The reason I did that is...
I've noticed another issue with the `` to expand the diff for a file, and `
For anyone coming across this thread who removed `~/.local/share/nvim/shada` and still got this error message, I found that I also had shada files in `~/.local/state/nvim/shada`. Removing those files got rid...