Rostislav

Results 9 issues of Rostislav

Currently if you have to pull **n** records with a relation to some other object that would result in **n+1** queries to the database. With eager loading of relations you...

I'm subscribing for a service but I'm not reliably receiving all the events. When I check all traffic with Wireshark I can see events that are incoming but are not...

When working on a project using sprinkle, everything runs fine on my side. However a team member after baking the assets gets 404s when loading the page. The output function...

Previous versions just had a simple shim for the URL object, something like: ``` function URL(relative: string, base:string) { const baseUrl = base.replace(/\/+$/, "") const relativeUrl = relative.replace(/^\/+/, "") this.toString...

bug
TypeScript

How should one go about adding training data for other languages? What is the JSON data structure?

While developing and constantly running/stopping the project, sometimes there would be a bind error and thus SSDP discovery can't be started. This happens seemingly randomly. The branch used is swift-2.1....

I'm not completely sure but I have suspicions that sometimes the event subscriptions miss out some incoming events from time to time. Can anybody else confirm this? Am I missing...

Observing events on one service is working ok, however when adding an observer to a second service immediately crashes the app ``` #0 0x0000000199fff140 in __pthread_kill () #1 0x000000019a0c8ef8 in...

The example app on the swift-2.1 branch crashes on discovery of only some UPnP devices with a "attempted to retain deallocated object" error. ``` #0 0x00000001007ed418 in _swift_abortRetainUnowned () #1...