Jaka Jančar

Results 30 issues of Jaka Jančar

Would be nice if bb8-postgres supported calling [`DISCARD ALL`](https://www.postgresql.org/docs/12/sql-discard.html) after the connection is returned to the pool, so it's guaranteed to be "pristine" on the next checkout. Unless I'm missing...

Instead of having passwords on the first line, one other commonly supported pattern is to have them on a line starting with "password:". I prefer this, because the files are...

enhancement

Aspects cause `+initialize` to be called on the hooked class. This is a problem if hooking in e.g. `__attribute__((constructor))` of a dynamic lib: for certain classes and app combinations (e.g....

You don't need to upload to any repository or anything, just define a scheme: ``` $ cat Cartfile.private github "robbiehanson/CocoaHTTPServer" $ carthage update *** Fetching CocoaHTTPServer *** Checking out CocoaHTTPServer...

It would be nice if there was a way to reset the state (clear the response, error) when using manually triggered fetches. For example, if using `useFetch` for login, would...

## Feature Request A setting that changes the JSON output from: ``` spans: [ {"name":"foo", ...}, {"name":"bar", ...} ] ``` to: ``` spans: { "foo": {...}, "bar": {...} } ```...

## Feature Request Allow the span to be set to `self.span`, not a new span with it as a parent. ### Crates tracing ### Motivation No value in a nested...

kind/feature
crate/attributes

(cf. Issue #11: Option\ gets required in schema) Type: ``` pub struct MyType { my_prop: Option } ``` gets written into a schema as not required. When generating a TypeScript...

Hey, I saw in issue #129 @brandonkal ported runtypes to [Deno](https://deno.land): https://github.com/brandonkal/runtypes Could this be upstreamed? The big problem is renaming imports to `.ts`, not sure if this is feasible....

build

It would be nice if `doit` could use as many processes as there are CPUs instead of only a hardcoded number.

enhancement
help wanted
good first issue