Daniel Sokil

Results 37 issues of Daniel Sokil

``` tasks filterWhere (#isCompleted, False) updateMany tasks (set #isCompleted True) updateManyWhere (filterWhere (#isCompleted, False)) (#isCompleted, True) -- UPDATE tasks SET is_completed = 1 WHERE is_completed = 0 ```

enhancement

Between 768-850 pixels, the left navigation bar content moves off the screen. ![rescript-lang org_docs_manual_latest_introduction](https://user-images.githubusercontent.com/24403355/95932712-96bc9c80-0d9a-11eb-8396-db6fd6a06b11.png) ![rescript-lang org_docs_manual_latest_overview](https://user-images.githubusercontent.com/24403355/95932713-98866000-0d9a-11eb-9765-55ff5266cc9c.png) ![rescript-lang org_docs_manual_latest_type](https://user-images.githubusercontent.com/24403355/95932717-991ef680-0d9a-11eb-8e8a-e61331963726.png) ![rescript-lang org_docs_manual_latest_pattern-matching-destructuring](https://user-images.githubusercontent.com/24403355/95932719-9ae8ba00-0d9a-11eb-8232-473233a8e13c.png)

bug

Mint downloads `mint-packages` per project folder. It should store in a global directory such as: `$HOME/.mint/0.2.1/package/mint-lang/mint-core/0.2.0`

This will allow using Mint to build libraries, etc.

enhancement
feature request

Originated from the discussion at https://github.com/mint-lang/mint/issues/221#issuecomment-601072590

enhancement
feature request

There is little or no discussion about a11y within Mint. I would like to suggest that we take an approach similar to Svelte providing hints to make the application more...

enhancement
help wanted

I'm getting an error when trying to read file contents into `mofuwResp`: ```bash ... nim_cms.nim(23, 12) Error: type mismatch: got ... but expected one of: ... proc newServeCtx(servername = "mofuw";...

Reference: https://docs.microsoft.com/en-us/dotnet/core/tools/enable-tab-autocomplete

If I lock a file, I want that lock to be strict, don't discard changes with “discard all” button. ![Screenshot from 2022-04-03 01-28-07](https://user-images.githubusercontent.com/24403355/161413170-36ab8f5f-b17e-41c0-ba7f-22a82a3e7d29.png)

The VS Code docs state: > Highlighting based on semantic tokens is considered an addition to the TextMate-based syntax highlighting. Semantic highlighting goes on top of the syntax highlighting. And...