-
Assuming I have two classes:
```
Animal < ApplicationRecord
has_many :dogs
end
Dog < ApplicationRecord
belongs_to :animal
end
```
I can do
`Animal.find()`
...but not
`Dog.create(…
gopz updated
9 months ago
-
Hello again! I was wondering if the following delegates could also broadcast the `TraceHash` of the Active Trace that triggered it? Would be useful for whenever you have to manually call `StartTrace` …
E3245 updated
5 months ago
-
Given a fresh codebase
And this scratch file:
```
x = ()
```
The following causes a database integrity error:
```
.> add
⍟ I've added these definitions:
x : ()
Encountere…
-
Could you explain how to use django-hashids with DRF correctly when trying to make post request consider this model and serialize files below
model.py
class Author(models.Model):
hashi…
-
Hey ich habe eine Importer gebaut für meine Webseite der die Jobs auf miene Seite importiert. Mir fehlt jedoch sowas wie Beschreibung etc.
hier die file:
https://github.com/NKDesign30/BAFA-API/bl…
-
Hey, I got two more questions:
1. Is there a way to cast some unknown types to Ninja? I noticed that list is limited to what's inside TYPES defined at ninja/orm/fields.py:40. I have a custom field …
-
Wild idea: Would a radix tree be faster for sm::HashId-based maps, which are used a lot and on much data in map_api-related applications? http://en.wikipedia.org/wiki/Radix_tree#Comparison_to_other_da…
tcies updated
10 years ago
-
The page at https://equalizedigital.com/accessibility-checker/getting-started-quick-guide/#vidtranscript should have a listener for the presence of #vidtranscript so that it toggles the transcript ope…
-
As the title says, when `.select()`, `.distinct()` or such methods are used, an empty `id` field is included in the returned data.
Basemodel:
```js
class BaseModel extends authorize(hashid(Model)…
-
If you have a has_many association where the parent does not use hashids, find through the association doesn't return the associated record. I added a failing test case to demonstrate.
It seems tha…