Dexter

Results 9 issues of Dexter

This is not possible yet. Possible refactoring of the class system is needed Foo(object): var = "Foo" def bar(): return "Bar" f = Foo() f.bar = lambda self: self.var +...

When using [@rollup/plugin-image](https://www.npmjs.com/package/@rollup/plugin-image) with svg images, it puts plain svg in an imported variable. Then it's impossible to set the data:image url as source since it's being escaped. An possible...

feature request
temp-stale

Currently, reverse mode (and pingpong, pendulum, random walk) on a curve track will play every step from start to finish. I'd like to reverse the step playback too.

``` ~/g/s/g/d/gotrace (go18|✔) ❯❯❯ git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. ~/g/s/g/d/gotrace (master|✔) ❯❯❯ go test open /home/dexter/go/src/github.com/divan/gotrace/examples/hello01.go: no such file or directory ---...

## Expected Behavior When nerd is logging in (directly running `nerd login`) It's unclear the cli is trying to open a browser, in several cases (#310, #338, #150) it might...

enhancement
major
usability

## Expected Behavior There should be multiple oauth clients for connecting to the portal and kubernetes, now nerd and k8s use the same set of credentials. Different clients should use...

When a `nerd login` process doesn't end (waiting on the oauth flow), and another is started. It should recognize this and give handy feedback. ``` ~ ❯❯❯ nerd login --debug...

Research Required
Design Required

When setting up OCM and sharing files I need to share it to @auth.local emailaddres instead of my contact-email. I'd like to see shares to be able to be shared...

type-bug
priority-medium

Hi, Thanks for you're awesome project. I recently installed the otgateway on my intergas kombikompact hre. And integrated it with Homeassistant. I've setup the blueprint for logging the internal temperature...