Jakub Narębski
Jakub Narębski
When trying to read the bank card in the card wallet (and later when I removed card from the back of phone at the start of read, when trying to...
It would be nice if one could save or share the transactions from 'Transactions' tabs to a CSV or JSON file. You can share 'Log' but not 'Transactions'. It would...
I'd like to report that the app works for MasterCard Debit issued by mBank S.A. (a Polish bank), though all of the following CPLC data is reported as unknown IC...
This would help close the gap in git-gui functionality. The code to display side-by-side diff, and to perform chunk-by-chunk merge can be borrowed from [tkdiff](https://sourceforge.net/projects/tkdiff/).
The slides for the "Heterogeneous Programming in C++ with SYCL 2020" presentation by Michael Wong & Gordon Brown, are missing. Corresponding video:
The `nbdev_install_hooks`, contrary to the documentation and expectations, do not install `nbdev_clean` hook: only `nbdev_merge` (in .gitattributes and .gitconfig) and `nbdev_trust` (in .git/hooks/post-merge). Because the [Git-Friendly Jupyter](https://nbdev.fast.ai/tutorials/git_friendly_jupyter.html) does not provide...
I am doing a migration from nbdev1 to nbdev2 for my project, following https://nbdev.fast.ai/migrating.html document, and I have encountered the following problems. - The nbdev_migrate script has some problems where...
If the convention is to use levels of the unordered list to denote that one project is fork of the other, it should be used consistently. From what I understand...
From what I understand GitLab CE (the open source version) requires both Go (for daemons) and Ruby (for backend),... and also Node.js (to compile JavaScript assets). See https://docs.gitlab.com/ee/install/installation.html#software-requirements Listing GitLab...
Ordinary PGF/TikZ shadows (generic shadow, drop shadow, circular glow shadow) allow to select a color of the shadow, see e.g. this example from the pgfmanual ```tex \usetikzlibrary {shadows} \begin{tikzpicture} \foreach...