alexpdp7

Results 20 issues of alexpdp7

Hi, I used farside.link to read Twitter. farside.link keeps a list of working Nitter instances and redirects to one of them. Nitter also provides RSS feeds of Twitter. An URL...

question / discussion

``` MySQL [gitbase]> select blob_hash, repository_id from blobs natural join repositories where blob_hash in ('93ec5b4525363844ddb1981adf1586ebddbc21c1', 'aad34590345310fe813fd1d9eff868afc4cea10c', 'ed82eb69daf806e521840f4320ea80d4fe0af435'); +------------------------------------------+-------------------------------------+ | blob_hash | repository_id | +------------------------------------------+-------------------------------------+ | aad34590345310fe813fd1d9eff868afc4cea10c | github.com/bblfsh/javascript-driver | |...

bug
blocked

Hi, I'm on `develop` 7331b44807f94d8a2d6adac6e75b0e32b2ad8caf , and I cannot drag Firefox tabs between windows in different workspaces (i.e. from one display to another). I can drag tabs from Firefox within...

This is likely out of the scope of the project (but maybe it could be added to the FAQ *why* this project will not do this), but I think it...

I'm not familiar with the structure of the project, so I went poking for the trick, but I couldn't find it. I assume you do some kind of chroot/proot depending...

documentation
help wanted

Hi, We are buindling a repository for Spanish *remote* job-seekers at: https://github.com/remote-es/remotes The repository lists companies which offer remote jobs which offer *full-time Spanish contracts*. We have noticed that: https://github.com/getmanfred/offers/wiki...

I'm on a system that `/etc/nsswitch.conf` uses `sss`- I'm joined to a FreeIPA domain, and my user comes from there. This causes some niggles: * Cosmo's `bash` has me as...

I might be doing PEBCAK, but the second example in: https://docs.rs/async-std/latest/async_std/#examples , namely: ``` use async_std::prelude::*; #[async_std::main] async fn main() { let a = async { 1u8 }; let b...

Hi, I've started to test out plpgunit and got some errors installing it: ``` # \i 1.install-unit-test.sql ... psql:1.install-unit-test.sql:572: ERROR: type "test_result" does not exist LINE 10: DECLARE message test_result;...

Hi, If I update my Spring Boot application that was on Spring Boot 2.5.7 to the latest, I get the following error on startup: ``` *************************** APPLICATION FAILED TO START...