-
SEEM is an alternative to SAM. It would be great to add SEEM support for segmenting satellite imagery.
https://github.com/UX-Decoder/Segment-Everything-Everywhere-All-At-Once
![](https://raw.githu…
-
On website https://schema.org every example is writen without s -> http://schema.org
Fix all documentation to https://schema.org
-
#### List the website(s) you're having issues with:
#### What happens?
Appear popunder and anti-adblock on the site
#### Screenshot(s)
![image](https://github.com/user-att…
-
#### List the website(s) you're having issues with:
`https://www.justetf.com/de/search.html?search=ETFS`
#### What happens?
Ads in the list of search results.
#### Screenshot…
ghost updated
2 weeks ago
-
https://rules.sonarsource.com/csharp/tag/async-await/RSPEC-4457
This will stop lots of bugs being swallowed by the event loop. Have a look at pretty much everywhere you've got `async def`.
-
To carry about ADL - to add a qualified name, here and everywhere.
_Originally posted by @MikeDvorskiy in https://github.com/oneapi-src/oneDPL/pull/202#discussion_r630157086_
-
JavaScript converts operands to 32-bit signed ints before doing bitwise operations. However various places in the code assume it will work with numbers >= 2**31.
One example where this does not wor…
lrowe updated
3 years ago
-
Allow users to write their own rules to support sites which TZP doesn't otherwise support. Ideally this should be do-able by non-programmers. Rules could be stored in preferences. It'd be useful fo…
-
1. What version of ODPI-C are you using (see dpi.h)?
5.4.0
2. What OS (and version) is your application on?
Debian sid
4. What compiler (and version) did you use?
gcc 14.2.0
6. What is you…
-
**Describe the proposal**
We often need to do the same set of operations over all `MultiFab`s and `ParticleContainer`s, but C++ doesn't provide a capability to iterate over all of the member variable…