Amin Ya
Amin Ya
Is xvfb using another shell instead of bash? I cannot escape my string literals while I have set bash as my default shell ```yaml defaults: run: shell: bash ``` ```yaml...
I tried to generate semver definitions, but `import x = require("mod")` were not handled correctly. I had to modify convert the imports manually: ```ts import x = require("mod") ``` to...
Fixes #186
Is there a way to download the artifact of the latest GitHub Action run for a specific repository? I need to download them to my local computer. Is there a...
I recently updated linter-julia for Atom: https://github.com/AtomLinter/linter-julia It uses Lint.jl as the backend. However, we want to use StaticLint.jl instead as Lint.jl was made for older versions of the Julia....
Trying to fix #3
We can improve the loading time even further by tree shaking bootstrap css code. https://github.com/cprecioso/parcel-plugin-purgecss https://github.com/FullHuman/rollup-plugin-purgecss
Fixes #22
In the recent versions of ECMAScript, the `default` import and exports should be avoided as they can cause several problems and a lot of confusion for beginners. I think this...
Is there a working fork of this repo anywhere?