-
Hi,
I am using this library and I am happy whit it, but I would like to propose an improvement.
My doc strings become quite long and see two ways to shorten them.
1) I use a lot of parameters…
jitka updated
4 years ago
-
jcenter has been soft-sunsetted and most Android projects are either in the process of migrating off jcenter or have already done so. It looks like there are no sqlitemagic artifacts in maven central …
-
It would be great to have access to this guide in a structured, well-formatted & searchable manner.
I've seen there is an open issue regarding the automated PDF generation in the GitHub Actions but a…
-
### Pandas version checks
- [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/)
### Location of the document…
-
When running through the intro tutorial, I was expecting that the codegen would create a query automatically in the GQL schema for any unique field in my ent schema.
For example, the user type cre…
mrtom updated
3 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
Currently on generate CRUD feature user doesn’t get an option to select the particular columns which t…
-
I have an idea of dynamic completion in case if your completion candidates depend on the context of the overall command and more specifically on all previously typed params/options.
Let's say you wan…
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1921465#c4 has the details.
Seems there's some issue with the autogeneration?
-
The deployment system currently has several layers. For example, if you want to add a new flag to `bin/deploy`, you need to:
1. Modify `civiform-deploy` `bin/lib/get_cmd_args.sh` to [recognize the…
-
I noticed that cffi is a dependency of pyculib even though the bindings are currently based on ctypes. Are there plans to switch over to cffi?