sloev

Results 25 issues of sloev

svg can have html inside: ``` div { color: white; font: 18px serif; height: 100%; overflow: auto; } hello world ``` i am trying to hack this foregin object into...

i see no way of using multi tenancy (operator https://docs.nats.io/nats-server/configuration/securing_nats/accounts) with this operator. i have tried: ``` apiVersion: nats.io/v1alpha2 kind: NatsCluster metadata: name: nats spec: size: 3 version: "2.1.8" pod:...

# Scrambled data in simultaneous SQL requests _*The following has been anonymized*_ in our **sanic** app we have the following three pieces of db logic. All of them are wrapped...

Developing an ios client for syncthing. right now GO doesnt easily compile using xcode but is compiles manually on-device (requires jailbreak) What will it take to make an ios client?...

not-our-bug

i am looking at trying to make an example of beat detection with beat events in sync. Have anybody tried using 'mic' input on this and browserify to use music-beat-detector...

## fixed with tasks replaced with: (from the gitlab_runner docs) - name: Install Gitlab repository shell: curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh | sudo bash - name: Install GitLab Runner apt: name: gitlab-ci-multi-runner...

https://github.com/sloev/spacy_onnx_sentiment_english * uses onnx and spacy pipeline * english sentiment model included thx :-)

is it possible to make a reversible `humanize` function?

Hi I am the maintainer of another spacy pipeline sentiment library and i am trying to figure out how to benchmark spacy sentiment models fairly. i have written something here...