Kit Sunde

Results 26 comments of Kit Sunde

I've fixed this upstream: https://github.com/ember-fastboot/fastboot-express-middleware/pull/15

I had a duplicate issue in https://github.com/propelorm/Propel2/issues/831 except I wasn't getting any `INSERT` statements. There's also another related issue where if I remove a behavior it should do an `UPDATE`...

Similar issue I wanted to log progress only for `content/octet-stream` but can't do that via `onDownloadProgress` since there's no response context present. Setting it per-request also doesn't work as I...

It is now: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html

This is also something I would like to do for AWS data-api where each query is stateless and connections are handled by the data-api service.

Sorry to make a drive by comment, but I needed to test this because I have a real-world problem of dealing with arrays of large-ish objects with tens of thousands...

I had an unfortunate incident where I was deleting a stack set while working on getting a resource imported, but instead deleted the entire stack in the console UI because...

Ah, I was also experiencing https://github.com/typedorm/typedorm/issues/178 which I believe may be because of this.

Auto complete is working with the underlying `select`, which makes it very confusing to users. To work around you'll need to manually listen to the change event fired by autocomplete...

@philippbosch Because django-geoposition only initializes on load, it won't work with inline_admin when new ones are added dynamically in the admin. This fixes that. Could we get this merged if...