hexcowboy

Results 15 issues of hexcowboy

**🧐 Motivation** Instead of running a call to `counter.increment()` or `counter.decrement()` and then a subsequent call to `counter.current()`, wouldn't it be simpler to just return the count along with the...

feature

When formatting a trigger, using `OR REPLACE` will cause bad indentation. Here's a fully reproducible file with the two behaviors marked with comments: ```sql create table if not exists my_table...

I can't give a great description of this issue because I'm not sure what's happening but I've observed that recently, in the past 15 days or so, Clocker randomly closes...

### What package has an issue? @mantine/vanilla-extract ### Describe the bug My `theme.ts`: ```ts import { createTheme as createMantineTheme } from "@mantine/core"; import { themeToVars } from "@mantine/vanilla-extract"; // Mantine...

Fix Unknown

Currently I'm unable to authenticate user requests since doing so with NextAuth requires the `Request` and `Response` objects to check auth. I'd like to propose an API similar to this,...

After a crypto payment is successful and the `Continue` button is pressed, the callback function is not firing. We just started noticing this issue a few days ago. ```js ```...

A few days ago we started noticing the coinbase iframe is no longer centered. I'm not sure if this is intended behavior or not, but it looks a bit strange....

When bundling with Vite, we are seeings some warnings ```bash [plugin:vite:resolve] Module "stream" has been externalized for browser compatibility, imported by "/project/node_modules/through/index.js". See http://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. [plugin:vite:resolve] Module "stream"...

### Describe the feature It would be awesome to get Neovim support for million lint. It seems like the most common LSPs are [coc.nvim](https://github.com/neoclide/coc.nvim) and [neovim-lsp](https://neovim.io/doc/user/lsp.html). ### Additional information -...

This morning my go language server stopped working, though all other CoC plugins remain working. When I do actions like jump to definition or show cursor, it just says "[coc.nvim]...