Bouke van der Bijl

Results 64 issues of Bouke van der Bijl

The if condition meant the section wasn't executed in parallel when using automatic CPU count detection. Closes https://github.com/openMVG/openMVG/issues/1730

Instead, move the with clause into insert/update/select/delete. This makes sure you can specify with WITH clause to any method that takes a `SelectStatement`/`UpdateStatement`/`InsertStatement`/`DeleteStatement`. ## PR Info - Closes #813 ##...

## Motivation WithQuery is currently a separate entity from SelectStatement which is unfortunate, because it restricts where you can use it, i.e. I'd like to use a WithQuery as a...

## Feature Request #### Use Case: I'd like to be able to exit process-compose by clicking 'Quit' at the bottom of the screen #### Proposed Change: Change the shortcut labels...

enhancement
need more info

This method is available on the descriptor but not on the DynamicMessage, even though `get_field_by_name` is.

enhancement

Hi there, I was trying to build this package for a mixed wasm/non-wasm build and landed on adding the following for ensuring clang is available but only used for the...

Fixes https://github.com/open-telemetry/opentelemetry-python/issues/4563, see that issue for details

Provides a nice little speed boost. I'm sure there's a more optimal sorting method that could improve this even more. ## Before ``` build/apriltag_demo -t 1 -i 4 -x 1.0...

Pass -j PLUGIN parameter to age when decrypting, similar to how -i handles identity paths. This allows using data-less plugins for decryption. ref: https://github.com/FiloSottile/age/blob/15153e699f5b7223b8fd573c3d869092b37749eb/doc/age.1.ronn#plugins

Fixes #2422 see that issue for context