Michal Gebauer
Michal Gebauer
I keep go versions managed in GVM and by default I have none. When Atom is launched plugin asks me to install go-code (via go-get plugin; go-tester behaves same way)....
I keep most of my projects in `//` path. It would be useful to search also in paths of projects relative to settings. For example if I have project in...
_Problem:_ Default shortcut `Ctrl + D` collides with `find-and-replace:select-next` action. _Suggested fix:_ Use `Ctrl + Shift + M` same as what `markdown-preview:toggle` action (official package) has. That way user needs...
This is simple refactoring following the https://github.com/nette/http/pull/5#issuecomment-47981870. Used class is in this pull https://github.com/nette/http/pull/6.
**TL;DR not even assumed sanitized HTML and CSS can be trusted in `el.innerHTML` or `$(el).html()`.** Increase security by using JavaScript sanitizer like [Google Caja](https://code.google.com/p/google-caja/wiki/JsHtmlSanitizer). More info: http://www.nds.rub.de/research/publications/mXSS-Attacks/ http://www.slideshare.net/x00mario/the-innerhtml-apocalypse Original issue...
### Current Terraform version Terraform v0.14.9 + provider registry.terraform.io/cloudflare/cloudflare v2.19.2 ### Description Support for `[x] Workers.dev route` toggle equivalent  ### Use cases For us lazy people using auto-generated URL...
I have encountered confusing behavior that does not lead to error. For example `?filter={field:{$eq:"value"}}` will pass `map[string]interface{}{"$eq": "value"}` instead of `"value"` to Validate functions. Proper form `?filter={field:"value"}` works as expected...
Reproduce: Open file with long lines and conflicts, run merge conflicts. Problem: Hint Ctrl+M 1 and 2 is hidden from view, I must scroll to end of the line to...
To automatically renew certificates you could use Scheduled CI pipelines * [ ] Add master branch to protected branches if it is not there already * [ ] Add **protected**...