-
### Benefit
The address systems quadrant boundaries are an important layer that is used in UGRC's address locators as well as an input source to other datasets such as the address points and road c…
-
With Web Components and frameworks like Angular it not uncommon to create elements or tags that behave similar to existing elements or attributes. It would be nice if we could configure this. E.g. I'd…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
I am trying to compile this code on a Rocky 8 VM and have been following the Fedora instructions. When trying to install onvif-gui, I get this error when I try to run onvif-gui:
`AttributeError: modu…
-
I used `alias_attribute` to change an attribute name at the model level (my db is shared so I can't simply rename the column). I then changed the `attribute_types`, `collection_attributes` and `show_p…
-
### Check for existing bug reports before submitting.
- [X] I searched for existing Bug Reports and found no similar reports.
### Expected Behavior
I would expect that following the [document…
-
### Request description
Currently the tests related to encodings we have are written with using alias. It reduces a lot of visual noise. However, it is not implemented in printer, so the IR dumps sti…
-
## Problem
Say I have this model `schema.prisma` file:
```
model User {
id BigInt @id @default(autoincrement())
displayId String @default(dbgenerated("gen_random_uuid()")) @map…
-
There are a number of "issues" with the python bindings when it comes to mypy compliance and ruff lint/format checks. Output below.
There are also a couple of files that are using absolute imports …
-
I think it would be useful to support specifying a model without `statsmodels.formulas.api`
### Pandas example
```python
import pandas as pd
import statsmodels.api as sm
import marginaleffects …