-
I just want to run arm-linux-gcc 4.4.3 :}
```
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install g++-multilib
sudo apt-get install libncurse…
-
I'm working on migrating an app from using the old way to the new way.
Old way: `import PhoenixInlineSvg.Helpers`
New way: `use PhoenixInlineSvg.Helpers, otp_app: :phoenix_inline_svg_example`
…
-
Storybook chokes when building UNISYS-based components.
e.g. A component that has `const UNISYS = require('unisys/client');` will result in
`Module not found: Error: Can't resolve 'unisys/clien…
-
godrm updated
4 years ago
-
* Windows build number: Microsoft Windows [Version 10.0.16299.192]
* Steps to reproduce:
1. Get dex2oat source files from the following repository: https://github.com/LineageOS/android_art/tree/l…
-
Trying to use the following option in `brunch-config.coffee`:
``` coffee
plugins:
sass:
options: ['--sourcemap']
```
.. but get the error `Can't generate a sourcemap for an input without…
-
new OCPN_TimedHTMLMessageDialog() in safe_mode.cpp
why is it HTML dialog? what does it have to do with HTML?
It opens with size 0 and crashes the app.
Thanks
-
Dear XRootD community,
The first RC for 5.0.0 has been tagged hence I'm creating this issue so we have a place where we can discuss the upcoming **MAJOR** release.
Here is the link to tentative …
-
See https://github.com/c0b/docker-elixir/issues/131
tldr; phoenix with brunch with sass uses brunch-sass, which uses node-sass, which doesn't support nodejs 12 apparently, so it doesn't support alp…
-
Hi there,
in combination with Foundation ZURB 6 I get infinite loop problems when I use `@include breakpoint (...)`. Sometimes the infinite loop happens because of the `rem-calc()` function.
I i…