baybal
baybal
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Authorization token is not passed to downloader, nor from the credential...
Hello, It was found out that XICDD doesn't set _ICC_PROFILE_1,2,3... property needed on multi-monitor setup by software querying ICC profiles for the display i.e mpv. https://github.com/mpv-player/mpv/issues/8349 Can you add this...
dev-zero made a monumental task of making working ebuilds for Intel NEO (new intel opencl driver for GPUs) and its toolchain (igc, opencl-clang, and etc) https://github.com/dev-zero/gentoo/blob/master/dev-libs/neo/neo-19.13.12717.ebuild Can this repo merge...
``` class Query { constructor(data) { this.data = data; } async then () { this.somenewdata = await someAsyncFunc(); return this; } } ``` This way `await new Query({data: 'helloworld'})` keeps...
Documentation must state that relationship methods other than attach and detach not work with transactions, like `model.relationshipModel().create({ number: 1 }, trx)` or `model.relationshipModel().delete(trx)`
Current documentation does not describe what exactly each Lucid model method returns. The examples imply that, but that needs to be specified.
Current wording "The majority of Lucid methods support transactions." is not detailed enough. Specify each method that does support transaction.
File "/home/baybal/.local/lib/python3.9/site-packages/mt940/models.py", line 364, in sanitize_tag_id_matches assert tag_id in self.tags, 'Unknown tag %r ' \
Node 22 removed a number of APIs used by i2c-bus