Luca Orlandi
Luca Orlandi
Well I think that you can safely develop using maven as a build environment and the sdk tools for debugging whatever IDE you decide to use (vi, emacs, gedit, notepad...
Since I wish to override them I copied the templates under the proj root. it is more annoying to me the fact the it does not support the `` to...
Ther'e must be something wrong in graphwiz then because the xdg-command is available in $PATH. $ which xdg-open /usr/bin/xdg-open I see no way to trace the error though :-( both...
Close to catching the error docker run --rm \ -it \ -v $(pwd):/input/ \ -u 0 \ pmsipilot/docker-compose-viz \ php -r 'exec("xdg-open docker-compose.png >/dev/null>/dev/null");' sh: xdg-open: not found adding `apk...
Still the same problem $ sudo add-apt-repository ppa:bookworm-team/bookworm && sudo apt-get update && sudo apt-get install com.github.babluboy.bookworm (...) Reading state information... Done Some packages could not be installed. This may...
Well not really nice indeed $ snap list bookworm Name Version Rev Developer Notes bookworm 1.0.0 3 babluboy - $ which bookworm /snap/bin/bookworm $ bookworm [INFO 18:36:28.280692] Application.vala:154: Bookworm version:...
Ok fantastic. Using the elementary-os PPA works.
I would find it useful in multi-module projects ``` aggregator -| |- lib module |- app module ``` Assuming that both modules start with version `0.1-SNAPSHOT`, both on develop branch:...
https://codesandbox.io/s/materialui-reactselect-forked-rt0x5?file=/src/App.js
> Thanks, I just forked your sandbox. The new one is https://codesandbox.io/s/materialui-v5-n44lz if you want to contribute you could create a PR adding on the Readme example section named CodeSandbox...