James Dunkerley

Results 51 comments of James Dunkerley

Saw this in our project too - still a problem in v23.3.3. From a bit of looking around and experimenting it seems that the addition of `args.push("-INPUTCHARSET", "UTF8")` to packages/app-builder-lib/src/targets/nsis/NsisTarget.ts...

> Having both properties `database` and `databases` seems slightly confusing to me - when I would look at the code I wouldn't be sure what is exactly the difference between...

> > SQLite_Connection implements the Connection for SQLite overriding databases and schemas I will re-word it. The specific connection types are supposed to implement the same API as the `Connection`...

We have changed a couple of the APIs since we produced this tutorial. There should be a new version of this tutorial available now. (@xvcgreg can you link please?). Instead...

You are correct old IDE didn't show once we had chosen a value. If it wasn't the first argument we did get "labels" in the old one: ![image](https://github.com/enso-org/enso/assets/4699705/d847dd57-b860-4d28-b3b2-240d5c106ce3) Especially on...

Would like to agree the design on this and then we can move forward.

Still an issue with newest CB - we should be able to find operators when typing.

Can also allow filtering by `Test.specify` as well

Using filtering of test name to achieve this so not doing.

The `Function` module should not need to be added for these functions. They are exported as part of `Standard.Base` to enable these language functions in @wdanilo's language design. ![image](https://github.com/enso-org/enso/assets/4699705/802130ea-dfb9-4644-afd4-4e08dc6a5ca9) I...