Alex

Results 128 issues of Alex
trafficstars

Hi, in my workflow I found it usefull (and needed) to have aslo beforeEach hook, where I pass a source file name, in my case i the beforeEach handler I...

### What happened? I'm using atomation api to launch pulumi programs, so I don't have `Pulumi.yaml`. Want to rename the stack, so I try `rename` command and get: ``` pulumi...

kind/bug
needs-triage

### pnpm version: 5.13.6 Well not sure why this workflow is not supported. Can be configured as workspaces, but wanted to try without. I have a folder inside a project...

## Description Just for the notice. There is potential buggy behaviour when performing builds and actively working with files (in IDE). This happens in the following scenario: - Build starts,...

type: bug

**Is your feature request related to a problem? Please describe.** Add predefined colors to the color picker. For the sake of consistency. **Describe the solution you'd like** When changing an...

enhancement

@nwolverson Can you explain the reason for these retries? https://github.com/nwolverson/purescript-language-server/blob/ceee3d5ff4cb5beb62a134088502523bc8afb73c/src/LanguageServer/IdePurescript/Main.purs#L280

I don't remember how long I have been experiencing this issue. But often when I add qualiifed import, for example I type and press tab to complete: ```purs x =...

This is just in case. New spago assumes passing `--json-errors` without `--purs-args`: `spago build --json-errors`, currently by default LS uses `spago build --purs-args --json-errors` build command wich gives an error....

Currently, for: - file `Shapes.proto` with package named `interproc` - we get purs file `Shapes.Interproc.purs` with module name `Interproc.Shapes` Was it intended to be this way?

It would be convenient for most users (not on Nix) to have `protoc-gen-purescript` plugin published as a npm package, and release it together with new versions. The question is who...