Marko Klopets

Results 8 issues of Marko Klopets

[Estonian legal entity types](https://en.wikipedia.org/wiki/List_of_legal_entity_types_by_country#Estonia) such as OÜ, MTÜ, AS, UÜ, TÜ are missing – only FIE seems to be supported. Could try adding them myself – is `termdata.py` the only...

terms update

In some cases, PRQL does nicely warn us whenever we're referencing a field name that could have multiple meanings: ``` Ambiguous reference. Could be from either of `option_a`, `option_b` ```...

I'd been successfully using this for years, but some unknown time ago, the plugin's auth stopped working for me (possibly after a fresh install). - if I create a `~/.gist-vim`...

Upgrading to `v2.0.7` (see [original PR](https://github.com/marchaos/jest-mock-extended/pull/95)) from `v2.0.6` seems to have brought in something fishy when using `mockDeep`. On a fresh install, TypeScript compilation is now ridiculously slow. `yarn tsc...

It's not always possible (or just convenient) to switch to the "other quotes" (or, as Max pointed out, triple quotes). What if you need both at the same time? I...

language-design

```elm prql dialect:postgres from account select [day_after_creation = created_at + 1days] ``` Postgres seems to require quotes around intervals: ```diff SELECT - created_at + INTERVAL 1 DAY AS day_after_creation

dialects

Closes #632 Two notes: - new ugly URLs – this keeps the book & playground's full-screen versions at /book and /playground, and creates new routes (see GIF) that the main...

web

I think using a single `=` sign in a `filter` operation should result in an error. SQL uses single-equals for comparison (plus people make typos), which means you can easily...

friendliness