Derek Burgman

Results 68 comments of Derek Burgman

It still seems like there is some sort of race condition still happening. I used parallel=1 inline (I'm not entirely sure if that is the correct way to use it...

Yep, that's what I'm experiencing. Should be easy to see with a test. I did double check to make sure nothing else was calling it, or that it wasn't already...

Is it valid to decrypt an encrypted document and the decrypted values (values that are not excluded from encryption/decryption) persist as modified? My interpretation about desired behavior is that if...

I integrated it into my own components library after I saw this library was abandoned. You can find a demo here: https://components.dereekb.com/doc/interaction/button Code for the example page here: https://github.com/dereekb/dbx-components/blob/main/apps/demo/src/app/modules/doc/modules/interaction/container/button.component.html The...

Ran into the same issue. Currently manually extending Event right now to access conferencing, originalStartTime and masterEventId, and sending requests with Axios. https://developer.nylas.com/docs/api/#tag--Events--events-object (Conferencing isn't available in the above docs,...

That's correct. There's not really a "bug" but confusion on how many of us interpret it as how it should work, ultimately why I suggest avoiding the usage of TZID...

I just upgraded from 11.14.3 to 11.19.0 and am getting the error when running in an emulator in a Docker container. My project is also written in TS. I rolled...

@ChromeQ Don't have time to dig into the issue right now, but I will try that when I get a chance! I'll have to think about the setup a bit...

I ran into this issue. In my case, I need to run the command inside a docker container so the environment has access to mongodb/etc. ``` "watch": { "executor": "@nrwl/workspace:run-commands",...

@AgentEnder It does not. My example above uses a single command and it does not work.