-
Hello,
I am sorry if this is not the correct format, I am not used to submitting issues in GitHub, but I have exhausted my own understanding and google...If this is not where I should post this my…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
Hi, I am trying to using play-swagger to generate my spec. Some of my fields(both in query params or body are of java.util.UUID type), I have added the custom mapping spec as following:
```
---
- t…
-
Hi there,
I'm having trouble with `makeTxDbFromBiomart()` on the archive version of the Ensembl Plant.
I hope to use a older version of maize genome at *https://nov2020-plants.ensembl.org*. Below …
-
The current behavior of `camelcase` eats any leading underscores:
```ruby
irb(main):008:0> Strings::Case.snakecase("_foo")
=> "_foo"
irb(main):009:0> Strings::Case.camelcase("_foo")
=> "foo"
`…
-
See https://getquill.io/#writing-queries-sql-specific-encoding-arrays
and https://www.postgresql.org/docs/9.1/arrays.html:
> You can put double quotes around any element value, and must do so if it …
-
-
## Background
We have a snakecase table with snakecase timestamps, when attempting to set the updatedAt we get an error saying there are duplicate updated_at in the sql.
The problem seems to be…
-
- Return link to dashboard in GET /stores
- Javascript doesn't deal with hyphen - can we use snakecase instead?
- GET /stores seems to return an integration and has sublist for assets - can we just …
-
**React version** (**React version** (18.2.0)
**TypeScript version (5.0.3)
**Rest Hooks version** (latest)
**Describe the bug**
I'm trying to implement a similar authentication check as the …