PaulAtST

Results 10 comments of PaulAtST

@icambron Fair point. I finally got a chance to do some digging and here is what I found: Running luxon with the following code: ``` let startDate = new Date(2020,...

Now that I see this issue I am going to give v3 a try, but since I did debug this on v2 here are my findings incase anyone else runs...

@fishcharlie Unfortunately I am seeing the same issue with v3, but now it's the lines: ``` const expectedObject = await Item.objectFromSchema(item, item.getInternalProperties(internalProperties).model, settings); ``` Speed wise I am using v3...

@fishcharlie Your welcome. I did some more digging into performance profiles for v3. Another slow spot I have identified is the function `deep_copy(obj)` inside the file `deep_copy.js`. In particular it's...

@tranhl Nice work! Sounds like a solid approach to me.

I am running into the same issue updating from 9 to 10. My application needs to know when the user finishes moving the slider and can lock in the value.

I am currently having the same issue. Can anyone confirm if this is a known issue and if there is a workaround?

@maruel I noticed when you moved the issue to host from con, that host has a serial package. The serial package does seam to enumerate my device, but I don't...

I have been wishing there was a VS Code REST client that could easily sync to git for years. This would be a very useful feature