Paul Colomiets

Results 159 issues of Paul Colomiets

1. Why it counts characters and not byte offsets? It's hard to spot this thing [deep in the documentation](https://docs.rs/chumsky/latest/chumsky/stream/struct.Stream.html#impl-From%3C%26%27a%20str%3E). And also most error reporting libraries expect byte offsets, `codespan` and...

enhancement

After fixing #52 there are couple of issues left: 1. `Error::unclosed_delimiters` takes only single token (char if char stream is parsed) 2. `nested_delimiters` strategy allows only single token My use...

Here is the minimal wit file: ```wit record result { data: list, } func: function() -> expected ``` Which yields the following error: ``` error[E0107]: this struct takes 0 generic...

gen-rust

Hi! Nextest looks pretty great! One common thing I have in many crates is running tests with different feature sets. Would be nice to be able to merge those tests...

This is as simple as it can get: 1. Has single version of extension without any configuration 2. Relies on wasm server listening on `$runstate_dir/.s.wasm_ext` 3. Uses unix socket with...

- EdgeDB Version: 2.0-dev.6643 This was a good thing when the option was used only for tests. But now for local socket-activated instances it may mean that some (mostly manually...

My understanding that switching from `fetchone` to `execute` should be seamless if you don't need the result. But it's not the case: ``` File "app.py", line 76, in login await...

enhancement
high priority

In particular, if connection is used in both forks, it looks like this: ``` Error on request: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/werkzeug/serving.py", line 323, in run_wsgi execute(self.server.app) File...

bug
high priority

# Motivation Sometimes we want to pass some values to the running process in a very lightweight way at runtime. Use cases include: 1. Enabling debugging logging on seemingly unaccessible...

It looks like otherwise the default is 0, which crashes some programs. I would make it customizable, but I'm not sure how to make API for that. Also see #10