Ryan Bas

Results 12 comments of Ryan Bas

If it helps, I am running arch and installed via `aura -A haskell-ide-engine`. I had the exact error @jneira posted above. I added the hie.yaml as also posted above. resulted...

@CrossEye The only thing we noticed was a PR merged about the `map` key with applySpec, although I could not tell how that would affect this regression

Actually, that function that was added is the issue. Its taking the keys and not retransforming it back to an array. Keys, will transform the array into an object with...

I would suggest using a plugin manager, like vim-plug.

> It is possible to assemble a .svelte component first as a client-side component, and then as an SSR (server-side rendering) component. Then create an index.js file in which, depending...

Question: wouldn't changing https://github.com/nrwl/nx/blob/1d44d6cba9f9e96aea4dd8ca6630a06ebaaa092f/packages/js/src/executors/release-publish/release-publish.impl.ts#L215 to use the packageManager defined either in the package.json or the nx cli options According to: https://pnpm.io/workspaces#publishing-workspace-packages ``` When a workspace package is packed into an...

I see this is an old issue - and I also am not well versed in Lua. But I work most of my day in a pnpm & `nx` monorepo....

I see this error on a fresh sandbox i just made, using react / webpack.

I just ran into this issue. Is there a workaround where you can disable this package when diffview is open?

@fendor I am a haskell beginner, also on arch linux. I had a similar sounding thing occur. Had claude help me debug it because i didn't have an OOM killer...