Moritz Schmale
Moritz Schmale
I have a very simple project configuration, posted on this [Gist](https://gist.github.com/narrowtux/1bf0d05276356e245984). As you can see, I reconfigured the example config a bit but everything else is still at the same...
```elixir AbacusSql.Term.parse ~s["\\""] == {:ok, "\\"} ``` should be ```elixir {:ok, "\""} ```
- [ ] square root - [ ] n-th root - [ ] all hyperbolicus trigonometric functions - [ ] cotan - [ ] div - [ ] mod
The parser should be improved so that we can extract the line and column where a syntax error happened in the input. With this, error reports like the following should...
# TODO - [ ] Registry for unit strings to their definitions - [ ] Possibility to use aliases (for example `meter` to `m`) - [ ] Prepare lexer and...
- [ ] binary `0b...` - [ ] octal `0o...` - [ ] hex `0x...`
- [ ] pi - [ ] euler's number ...
We're looking to write a Store for Postgres and have the following plan: Add this table as the store: ```sql CREATE TABLE pow_store ( namespace text, key ARRAY[bytea], value bytea...
Right now, the only working way to convert a `double precision` value you know the unit of into a value of the type `unit` is `concat(23.5, '°C')::unit` which is a...
### Environment * Elixir & Erlang versions (elixir --version): 1.14.0 * Elixir Language Server version: 0.11.0 * Operating system: macOS 12.5.1 * Editor or IDE name (e.g. Emacs/VSCode): VSCode *...