CeDeROM
CeDeROM
Hello world :-) I would like to try and debug my local changes to pyOCD even before package is created and installed with `setup.py`. How can I do that? :-)...
Hello world :-) After being able to overcome kconfig and initial project configuration on FreeBSD, now I encounter problems with build toolchain. This problem also exist on Linux (Debian 10.10)....
Hello world :-) Is there any chance to make XRAY work with Spartan Edge Accelerator Board based on Xilinx XC7S15 FPGA? :-) https://wiki.seeedstudio.com/Spartan-Edge-Accelerator-Board/ Any hints welcome :-) Tomek
Looks like components need an update to match upstream API..? ``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching...
**Is your feature request related to a problem? Please describe.** * I have a screen to be re-used in multiple places, thus, I cannot put simple `root.manager.current` static reference. *...
### Description of the Feature Newcomer request :-) In the documentation of `MDScreenManager` [1] please list possible value for `check_transition` property. This is in detail explained in Kivy docs and...
**Is your feature request related to a problem? Please describe.** * This is a very interesting platform that we may switch to from PKP. * There is no Demo /...
Signed-off-by: Tomasz 'CeDeROM' CEDRO
Signed-off-by: Tomasz 'CeDeROM' CEDRO
It is safe to use cc instead of gcc on BSD and Linux. FreeBSD switched gcc to clang/llvm around 2012, no gcc in base anymore. You can now `make PREFIX=/usr/local...