Jonathan Martineau

Results 14 comments of Jonathan Martineau
trafficstars

Just for date manipulations, this feature would be very nice! Is it plan on next release? Thanks for your hard work!

I'm also facing the same issue when using `uuid` in set keys: ```ts FooEntity.update({ dictionary: { $set: { 'b2333002-55be-47b8-8fbb-2e1ed19a5ab3': 'bar', }, }, }) ```

At least include `undefined` in the `SchemaType`? This would allow to write something like: ```ts export interface MyObject { id: string name?: string } ``` instead of: ```ts export interface...

In the same line of thought, a `batchWriteAll` function with configs (chunk size, max attempt number, exponential backoff with jitter, etc.) would be nice to be built-in. i.e. `BatchWriteAll.ts` ```ts...

Hi, Currently there are only samples for Arduino (Node/Client) communicating with a Raspberry Pi (Gateway/Server). Are there any chance to have samples of Raspberry Pi (Node/Client) communicating with a Raspberry...

Same issue with: * aws-google-auth: `0.0.37` (installed via brew) * Python: `3.9.1` * MacOS: `11.2.1` ``` ➜ aws-google-auth -k Open the Google App, and tap 'Yes' on the prompt to...

Workaround, login with version `0.0.36` using docker ``` docker run -it -v ~/.aws:/root/.aws cevoaustralia/aws-google-auth:0.0.36 -p default ```

Like mentioned in other issues, did you tried: `aws-google-auth --bg-response js_enabled` ? For debugging purpose, also add the following arguments: `--save-failure-html -l debug`

I would love to use `HTML-Renderer.PdfSharp` on .Net Core / .Net Standard since `HtmlRendererCore.PdfSharpCore` does not render \ tag into the pdf.

I'm also facing the same problem, any updates?