-
The last stable release is nearing three years old, and while that does not mean this project is dead, I have to wonder if the library is still reasonably on par with the JS implementation. As it is, …
-
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…
-
For front end issues, use [lemmy-ui](https://github.com/LemmyNet/lemmy-ui)
### Is your proposal related to a problem?
Right now Post IDs start at one and will be simply counted up. This has …
eiclu updated
5 months ago
-
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 …
-
The binding of the router in the serviceprovider does not work in Laravel 5.4
-
We use the querystring for parameterised views and for parameterised widgets.
This makes it possible for a malicious user to try to see things they are not allowed to see by, for example changing the…
-
**Versions:**
glide version 0.12.3
MacOS Sierra: 10.12.2
go version go1.7.4 darwin/amd64
**glide.yaml**
```
package: users-admin
import:
- package: github.com/MyCompany/mcp-ms-core
versio…
-
`- Can only install one of: symfony/process[4.4.x-dev, v5.0.7].
- Can only install one of: symfony/process[v4.4.0, v5.0.7].
- Can only install one of: symfony/process[v4.4.0-BETA1, v5.0.7].
…
-
### Problem
I'm working on a project that encodes and decodes a hash for primary keys (according to https://hashids.org/). However when generating mapper source files that uses Dependency Injection i…
-
It appears the mask numbers function only works for whole numbers, not numbers with decimal places. Can use the encrypt function but thought I'd just see if this was an item that could be updated.