Results 14 issues of Anders

Hi I stumbled over your "Advanced Machine Learning with scikit-learn" on youtube (which was really good), and found this project. It's exactly what I was looking for. However I don't...

The following causes a stackoverflow: ``` BitmapDrawable drawable = new BitmapDrawable(getResources(), response.getBitmap()); TransitionDrawable transition = new TransitionDrawable(new Drawable[]{drawable, getResources().getDrawable(R.drawable.standardimage)}); transition.setCrossFadeEnabled(true); setImageDrawable(transition); transition.startTransition(1000); ``` I suspect the reason is your conversion...

I've started playing with i3 layout and I could not at *all* understand how it was meant to mimic i3. It essentially just stacked windows left to right, never splitting...

needs-more-info

Hi Interesting project! Currently trying to run https://docs.mergestat.com/miscellaneous/cloning-all-org-repos against github enterprise, but failing on auth. Is there any way to set the custom github enterprise url so I can auth...

enhancement

So, I'd love for some official documentation on how to combine this with bigquery's jdbc bridge. I just tested this... and surprisingly it works. Essentially just dumped all the jar...

question

Hi For a few places I've been using this trick to render my markdowns, which has worked fairly well. But I would much rather use mume. Copying and pasting in...

### Summary If I combine fullscreen windows + switching activities the windows gets into a weird state. I ... do this a lot and I've been confused as hell as...

bug

Hi I'm trying to get in opentelemetry, the gcp propogator & exporter and the opentelemetry-instrumentation package... that's a bit of a nightmare as they all build against specific beta versions...

enhancement
priority: p1

Hi Maybe I'm missing something, but I'd like to sync a folder and do an import. I can easily script that with the import command, but the import command creates...

Hi, I'm the author of https://github.com/andaag/zfs-to-glacier/ and I occasionally go hunting for alternative versions, to see if someone has invested more in this problem than me and I can stop...