-
-
uN and vE for the computation of the Cb coeff are for the moment weighted averages of uE and vN. This is inconsistent with the C-grid approach in Lemieux et al. 2015. It should be:
|uN|=min(|uEij|,…
-
Right now, the img mimetype is being looked up using the url. It would be best to look at the contentType header if it set.
Options such as allowing input of baseURL would be great too.
-
Scratch has some unexpected behaviours designed to make anything the programmer throws at it work.
Let's take the 'set costume' block as an example. Here's your implementation:
https://github.co…
-
### Describe the bug
When I deploy my project on Vercel, this line gives undefined:
```typescript
export const GET: RequestHandler = async (event) => {
console.log('is platform here?', …
-
We should standardize some of the interactions with composefs and OCI. Today the composefs tooling is very generic, and integration with OCI or other ecosystems is left to do externally (as is happen…
-
### What happened?
Meldis's `_GeometryFileHasher` provides `meldis` the ability to recognize if a model has changed on disk since it was last loaded and intelligently reload (by considering the *set*…
-
An interesting idea from an email discussion - should we check to make sure that there are no overlapping geometries? Like make it a requirement that any fiboa collection should have 0 overlapping geo…
-
```
What steps will reproduce the problem?
1. Close the Toolbox
2. Can't reopen without quitting and restarting app.
What is the expected output? What do you see instead?
Under Window, one should hav…
-
BPO | [42367](https://bugs.python.org/issue42367)
--- | :---
Nosy | @gpshead, @tiran, @serhiy-storchaka, @ZackerySpytz, @JustAnotherArchivist, @kartiksubbarao
PRs | python/cpython#23901
*Note: these …