RoiEX

Results 14 issues of RoiEX

I recently learned about CSP and its implications and wanted to try what policies NodeBB requires. Turns out google analytics is initialized via inline javascript and therefore requires the unsafe-inline...

I'm using parameterized tests for quite a while now and for the most part they work really intuitive . However today I stumbled upon one thing that felt like it...

type: enhancement
theme: programming model
component: Jupiter
theme: parameterized tests

Just a minor priority feature-request, but nonetheless nice to have: Imagine this common scenario: There is a basic layout file in jekyll like this: ``` Some Title {{ content }}...

## Change Summary & Additional Notes @asvitkine @DanVanAtta Please have a look at this changes. I think this change might be fine 90% of the time, but for the other...

I just learned that "GitHub Forms" is a thing, which basically allows us to enhance our current issue markdown templates with actual text fields. I just randomly stumbled upon such...

Discussion

From the javadocs of [ScheduledExecutorService#scheduleAtFixedRate](https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/ScheduledExecutorService.html#scheduleAtFixedRate-java.lang.Runnable-long-long-java.util.concurrent.TimeUnit-): > ##### Returns: >a ScheduledFuture representing pending completion of the series of repeated tasks. The future's get() method will never return normally, and will throw...

I'm sorry if this is the wrong place to ask, but I figured it might be worth trying. I'm currently creating a concept for a potentially infinitely scrolling map. The...

Hi, I'm using the sashimi model on my own dataset with reasonable success for a while now and I wanted to see if I could use the recently released `torch.compile`...

### Description Android offers a global setting that allows to disable animations completely called [ANIMATOR_DURATION_SCALE](https://developer.android.com/reference/android/provider/Settings.Global#ANIMATOR_DURATION_SCALE). However DraweeView does not make use of this setting and any shape or form when...

So I'm wondering about the feasibility of this idea for a while now, and I thought I could ask here to get some facts straight. If I understood this correctly,...

question