Pablo Bollansée

Results 16 issues of Pablo Bollansée

I need the user to just select an existing folder, not create a new one. There doesn't seem to be an option for this, but please correct me if I'm...

https://mods.factorio.com/mod/alien-biomes https://mods.factorio.com/mod/factorio-world/discussion/5b48de4dff2ed100095d8fa5

enhancement

Test how this works in MP and do what is needed to make it work.

enhancement

It looks like the openapi output is incorrect when using multiple `parseAlternative`s. We have the following code: ```haskell data UserIDWithExternalIDs = UserIDWithExternalIDs { userIDWithExternalIDsUserID :: !PublicID, userIDWithExternalIDsExternalIDs :: !ExternalIDs }...

When trying out Niv and following the example from the readme to add GHC: ``` $ niv add ghc \ -v 8.4.3 \ -t 'https://downloads.haskell.org/~ghc//ghc--i386-deb8-linux.tar.xz' ``` But instead using the...

good first issue
documentation

I've been trying to figure out how to use this project. I looked at the TestSimplexJS.js though didn't really understand. You use variables A, b, c, m, n without explanation...

I have a setup with some css files next to my elm files. However, elm-live only seems to watch the elm files, and not the css files. When starting elm-live...

PRs welcome

When I follow the quickstart, and try to run `Liquid: Generate .liquidrc File` I get the following error: command 'liquid.liquidrc' not found ![image](https://user-images.githubusercontent.com/1831376/61386317-5e3ac400-a8b4-11e9-9da1-044aa9960627.png) Any idea why this happens, or what...

VS Code Bug
Enhancement
Fixing in Liquify

When you provide an unknown field as if it were a list, rather than getting an error stating the field does not exist, you get the following error: Argument 1...

bug

I have a `project` model/table that has a number of `files` attached to it. When updating a project I allow the user to delete files from it. I use a...

bug