Rafael Gomes
Rafael Gomes
### What happened? I have to follow the [android packaging tutorial](https://docs.pwabuilder.com/#/builder/android?id=update-existing-pwa) for use my previous security key. When I tried loading, the interface accepted only `.keystore` extension but my file...
I seek some examples and tutorials which given me a command to watch one file: `"build:css:compile": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"` But I have other scss file which need be watching...
I have a servicer worker where I have a list of files to be cached. Previous, I ran using `.erb` extension to get that, like this: ```js const CACHE_VERSION =...
Is any decision to been #valid? methods returns `nil` instead of `false`? https://github.com/fnando/cpf_cnpj/blob/e31d0169789edc14717440f87a5eb3d4565be5db/lib/cpf.rb#L58
What do you think about adding an undo action? ```js undo(e: Event): void { e.preventDefault() // @ts-ignore const wrapper: HTMLElement = e.target.closest(this.wrapperSelectorValue) wrapper.style.display = "" const input: HTMLInputElement = wrapper.querySelector("input[name*='_destroy']")...