nmoreaud

Results 53 comments of nmoreaud

What is the impact of disabling bounty castle ? Will there be corner cases with some remote machines ? Less encryption models supported ? I also had a problem with...

> The issue here does not seem to be related to Homebrew. The library provides a [cmake target import file](https://cmake.org/cmake/help/git-stage/guide/importing-exporting/index.html#exporting-targets), nlohmann_jsonTargets.cmake, which is generated by cmake. This file defines default...

Is there any workaround? I use this rule to check that I don't forget to rename required properties when I fix case issues: ```yaml must-use-snake-case-for-required-property-names: message: Required property name has...

Here is a complete example. Could you please fix this issue? It is quite annoying. ```yaml openapi: "3.0.0" info: title: Example version: 2.0.0 contact: email: [email protected] description: default servers: -...

As a workaround, what can I use to transform a timestamp to UTC? Are these query equivalent? ```sql select cast(mytimestamp as timestamp) at time zone 'UTC'; select cast(mytimestamp as timestamp)...

@ggasnier72 presents a use case we are working on. We want to store a "last modified date" (UTC) information on a root object (ex "order"). Each update on a sub-object...

When fetching such column, timezone is lost (since there is no performant API to set timezone), but there could be a driver option to return datetimes in UTC or local...

I did the modification locally for a project I'm working on. There are just a few lines to change (the goolge layer modif is not finished thought). For retro-compatibility &...

Well, I didn't check everything : when I pan the map it should move according to the zoom difference. There is also the offsetHelper function to update.

Ok, so here is a version that handles : - pan with keyboard arrows - pan with mouse - offsetHelper with both offset and zoom (added zoomDiff argument, ex :...