Michael DeHaan

Results 66 comments of Michael DeHaan

I think I reopened the other one and I see this is still open, so I'm going to fix my activity on the other ticket, sorry for confusion. Did want...

> btw, this value is not `null`, @mpdehaan it is `undefined`, which is different than null (thanks Js) I must consult https://www.destroyallsoftware.com/talks/wat more often :) No strong feelings on this...

Pagination is not done until the REST body itself indicates the number of pages and it is impossible to request the collection in an unpaginated way from the client.

I'm not sure this is the cause, I just see the system wanting me to run this command a lot when I'm not doing anything with fields. I'm not sure...

Here was the object that generated the exception: ``` export class Settings extends ChiselEntity { key: string = ""; value: integer = ""; } ``` I was doing something like...

There are some good ideas in https://docs.djangoproject.com/en/4.0/topics/http/middleware/ about having general methods to wrap request/response calls as well as errors. It might be nice to be able to assign these in...

FYI: I only had to run the apply because of this message: ``` Trying to remove types from type file. This will delete the underlying data associated with this type....

I've discovered that (I think) the recorded area that is masked is like 1 pixel under the mouse and then it's like 10 (or whatever actual value) on the screen....

Hi @ipinak, Thanks for the PR! I will open a review for some comments...