Stephen von Takach

Results 18 issues of Stephen von Takach

I had to edit some code for the generator to work and not sure what the effect of my code changes are, hence why this isn't a pull request On...

Trying to compare performance in our app with puma So far 1 agoo process is slightly slower than our clustered 4 puma processes 3692 req/s vs 4424 req/s However agoo...

I have an issue where we are getting the following warning: ``` In /usr/share/crystal/src/uri/encoding.cr:123:25 123 | String.build { |io| encode(string, io, space_to_plus: space_to_plus) } ^----- Warning: Deprecated URI.encode:space_to_plus. Use `.encode_path`...

kind:bug
topic:compiler:semantic

I came across an issue today where we had a circular dependency https://github.com/PlaceOS/driver/issues/105 however an earlier version of this shard didn't have the circular dependency so was being installed without...

kind:feature

The player seems to be having trouble playing dash streams formatted like: ``` xml ``` The console produces the following errors at `try.js:56`: ``` Loading manifest, url='http://sohiptvlb2.soh.com/sdtv/ch09.mpd' Loaded manifest, url='http://sohiptvlb2.soh.com/sdtv/ch09.mpd'...

Doesn't seem to matter what you set in the configuration (`openstack_auth_url` or `openstack_management_url`) when calling `file.public_url` it will always return a HTTP URI.

convert JSON serializable classes into a [JSON Schema](https://json-schema.org/) representation ## Link https://github.com/spider-gazelle/json-schema ## Checklist * [ ] - Shard is at least 30 days old. * [x] - Shard has...

the Ed25519 elliptic curve public-key signature system described in [RFC 8032] ## Link https://github.com/spider-gazelle/ed25519 ## Checklist * [ ] - Shard is at least 30 days old. * [x] -...

This fixes some inconsistences between the platforms * previously the unix implementation was not ignoring the interrupt whilst the windows version is. Also improves usefulness * handles ctrl-c, terminal closed...

kind:feature
topic:stdlib:system

### Description Downloading the U-Net MobileNet v2 segmentation models from the [coral.ai website](https://coral.ai/models/all/#segmentation) they seem to have an output tensor that matches the input tensor. i.e. input: 1x256x256x3, output: 1x256x256x3...

type:support
comp:model