Marius Melzer

Results 16 issues of Marius Melzer

When I'm using a non-default distillery release (one that I added myself to rel/config.exs), I can't get my application to start with the generated release scripts. A minimal example is:...

This adds (next to stations) the roaming_bikes list to BikeShareSystem and implements it for Nextbike (seems to be the only currently supported provider that has roaming bikes that you can...

https://github.com/eskerda/pybikes/blob/032f47ae8427468a2cf2babfbcf100ce473e320c/pybikes/nextbike.py#L57 In some cities, such as Dresden, almost all bikes are "roaming around" and there are few stations or none at all. Ignoring these bikes will render pybikes useless for...

When watching a vec[] in Debug mode, it shows as Value the internal representation, e.g.: {buf = {ptr = {pointer = {...}, cap = somenr}, len = 5} Is it...

Hi, sorry this might not be an actual issue but I can't get it to work so it might be at least a feature request to make it easier :-)...

### Query - NetworkId: `CALIFORNIA` - From: `Location{POI, 34.4474130/-119.8300550, place=Goleta, name=Goleta Branch Library}` - Via: `null` - To: `Location{POI, 34.4234900/-119.7012530, place=Santa Barbara, name=Superior Court of California}` - Date: `Wed Jun...

Roughly following https://blog.mozilla.org/webrtc/perfect-negotiation-in-webrtc/ but using @negotiationInProcess instead of @peerConnection.signalingState to make the process a bit more readable/understandable. Disadvantage: Rollbacks are quite new (half a year in chrome, bit more in...

Historically, we needed to invert the offer/answer direction if a chrome was the "offer" client (grep for "isChrome" in room.coffee) because for some reason it did not work. We should...

When creating events via the popup, the newly created events do not show up in the calendar. ```html var Calendar = tui.Calendar; var cal = new Calendar('#calendar', { defaultView: 'month',...

Question

We need a protocol extension for the palava protocol and an implementation of it in the signal tower for receiving error stats from the client and adding them to prometheus....