Robert Kopaczewski
Robert Kopaczewski
### Describe the Bug Code in snippet works fine to the point where seekTo is called. I see on client (iPhone latest client) that seek was received and properly works....
``` package main import ( "github.com/imdario/mergo" ) ``` reports imdario and mergo as misspelt words. Ideally it should be possible to turn on only parsing comments in a file.
ubuntu 12.04.1 Same results with easy install and pip. From source also fails. No meaningful info anywhere. E.g. with pip and easy install: ``` Searching for librabbitmq Reading http://pypi.python.org/simple/librabbitmq/ Reading...
**Describe your environment.** ``` opencensus==0.7.7 opencensus-ext-jaeger==0.7.1 opencensus-ext-zipkin==0.2.2 ``` Running jaeger all in one with zipkin enabled: ``` jaeger: image: jaegertracing/all-in-one:1.17 environment: - COLLECTOR_ZIPKIN_HTTP_PORT=9411 ports: - "5775" - "6831" - "6832"...
Filename and content type are saved as file buffer properties - `filename` and `contentType`. E.g. ``` ctx.args.file.filename ctx.args.file.contentType ```
So far it's only on staging but there is a new field for socket installation: `install_config` with one possible flag `class_nodelete`. If you specify: `install_config={"class_nodelete": true}` then no class/class fields...
It would be great if you could consider adding some features from: http://inprogressgaming.com/dominion-card-picker/ Namely: * Require card that provide +2 or more cards * And recommended mode: 0-1 cards of...
### Basic info (please complete the following information): - ObjectBox version: 2.0.0 - Flutter/Dart SDK: Flutter 3.7.7 - Null-safety enabled: yes - Reproducibility: always - OS: macOs, but it shoudlnt...
Previously used 2.3.x version and when I got: ``` ``` then it was correctly marked as `default` in Kodi 18. And when I skipped `default="true"` - it was no longer...
PIP with texture API is only available since iOS 15+ so this is a must. To enable PIP app needs to have audio background mode enabled in Info.plist: ``` UIBackgroundModes...