Massimo Cassandro
Massimo Cassandro
I have some js files that I reuse in many project with small changes, and usually I put predefined append / prepends in those files, which are then linked to...
Prism seems to ignore color Variables (that now replace Document Colors) It reports: "There are no colors on your Document Colors."
#### Actual Behaviour While resizing a page contaning a chart, console reports ``` Error: attribute width: Expected length, "NaN". ``` #### Steps to Reproduce: resize a window that contains a...
I get this error: ``` The application /Users/max/Desktop/ReacType.app cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10826 "kLSNoLaunchPermissionErr: User doesn't have permission to launch the app (managed networks)" UserInfo={_LSFunction=_LSLaunchWithRunningboard,...
I think that the `=~` sequence may create confusione in bash scripts, when the `~` character is used to reference the user home dir: ``` MYPATH=~/path/to/something ``` becomes Could it...
On https://github.com/bradvin/social-share-urls#whatsapp: > Test Notes : wa.me does not work unless a phone_number is supplied, so, for this reason, we are suggesting users use the api.whatsapp.com format. wa.me links now...
**Important.** Before posting a feature request please make sure to search the closed issues, maybe the feature you want to implement has already been asked and denied for not providing...
**Describe the bug (including copyable syntax)** A clear and concise description of what the bug is. If you're planning on posting a screenshot, please paste the accompanying code here. Backticks...
Rollup returns ``` (!) Broken sourcemap https://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect Plugins that transform code (such as "minify-html-template-literals") should generate accompanying sourcemaps. ``` while compiling. This is my rollup.config: ``` export default [ {...
I've a tool that generates images dynamically server-side, and they are ignored by the linter. The src images do not contain the extension (e.g. webp, jpeg, etc.), could this be...