Alexander Pushkov

Results 158 comments of Alexander Pushkov

@art-solopov Есть компилятор [[1]](http://pyjs.org/), есть даже интерпретатор (CPython прогнали через Emscripten [[2]](http://repl.it/languages/Python)). Проблема в том, что все это все равно будет выполняться в "песочнице" браузера, откуда нельзя делать многие нужные...

@IRainman Справедливо. Ну, собственно, на это и забили, очевидно.

Note that this breaks the `import { navigate } from "svelte-routing"` function. I'm not yet sure how to replace it, since we have to call `getContext` during component initialization, but...

```css *>*>*{width:100%;height:50%} /* html > body > * */ *{margin:0} /* suggested in #1 by @mstaniuk */ :valid{width:33.33%;font-size:18} /* textareas are always valid */ ```

OK, even better! `[id]{width:100%;height:50%}` should do the trick too

> Well, technically, I had the name first Oh :>

I think it makes sense to make `"firstpush": true` the default option. Are there even any cases when recreating a plugin on each push is a desired behaviour?

P. S. same applies to Yaml, of course. If you're interested in implementing this, I can send in a PR sometime this week (hopefully :-)

Now that #69 is fixed, is there any chance to make a binary release? Or is there some other obstacle? P. S. thanks for such a neat project!

Looks like we have [CI up and running](https://github.com/tinysearch/tinysearch/actions), just no nightly releases are being uploaded. Also there's the [tinysearch/cli](https://hub.docker.com/r/tinysearch/cli) image on Docker Hub, but it's outdated because the Docker Hub...