-
Problem: Two of our product teams inadvertently added a `properties.yaml` to their bundle that is malformed:
```yaml
properties:
- type: olm.package
```
This results in all opm commands to…
-
fbc 1.09.0 2022-02-16
I can't see a problem in the definitions for the various mvaddxxx functions and macros in ncurses.bi. decomposing the calls into equivalent move and add functions works. Examp…
-
```
dim as integer x, y, rate
screeninfo x, y, , , ,rate
print rate
```
I have a 144Hz monitor.
If I compile and run this code using fbc linux, it will always return 50
If I compile it for wind…
-
All the buildings known to have people during the flood should be geolocated to make estimations about the actual location of victims after the event.
There's a map of the MUD area at https://overp…
-
Part of previous PR #266:
- [x] Add Like Button detection/replacement
- [x] Add Share Button detection/replacement
- [ ] Replace images with SVG versions of the images
**Notes**
+ This only…
-
The blindscan plugin isn't working with the add-on tuner for the GigaBlue UHD QUAD 4K receiver. Note that this is on C-band as well as Ku-band. I am running OpenATV 7.1 (12/28/2022).
I am willing …
-
Badge the FBC toolbar icon with a red shield when trackers are detected/blocked.
See spec: https://mozilla.invisionapp.com/share/WNREP95GJ4V#/362050172_Block_Third-Party_Sub-Resources_-2-0-
svg …
-
In prior versions of opm the GetBundleForChannel returned a lot more data than it does today, our testing pipeline relies on this data, particularly the bundlePath element.
Example:
Older cata…
-
Today, when a `CatalogSource` is created, the `Pod` that serves catalog content uses `opm` to do so; the version of the server that's used is whichever version happens to be bundled into the index ima…
-
Hello!
Firstly thank you for your splendid work! I'm really interested in your imporvement about bilinear pooling. In my opinion, bilinear pooling could be seemed as a feature fusion method, but when…