-
In the last day or so the entries API seems to have stopped including `extracted_articles`, which is breaking an integration I've built.
Here's a sample request and response for an entry that corre…
-
Anyone know how to properly and efficiently parse and print the Google Trends Categories listing, the result of executing TrendReq().categories()? It seems to be a dictionary of a list of a dictionary…
-
This is honestly the WORST fucking thing imaginable. According to it I am robot most of the fucking time. Not only it uses terrible images (how the fuck do I determine what is a storefront when I see …
-
A few other CI tools give you the ability to stylize build output by specifying hints in your stdout/stderr stream.
For instance, if my script does
```
echo "bold:hello"
```
The stdout stream wi…
-
Thanks for the [comprehensive roadmap](https://github.com/cdfoundation/sig-mlops/blob/master/roadmap/2020/MLOpsRoadmap2020.md), @tdcox! I have one question in the technical requirements section:
> …
-
First of all, we love Blazor!
The only thing keeping us from moving to Blazor as our core front-end technology is the lack of CSS Isolation in Blazor Components. We currently use Angular and it ha…
-
**Information**
- `ratbagd` version (`ratbagd --version`): 0.12
- Distribution: Arch Linux
- Kernel version: `Linux 5.4.8-arch1-1 x86_64 GNU/Linux`
**Describe the bug**
Macros show up as UNKNOW…
-
Dette er en autogenerert issue, laget av et skript som går gjennom alle NAV sine kodebaser på Github og gjør diverse sjekker. Her er en liste over ting som må endres.
### Kodebasen mangler en LICENS…
-
Document the new features in README. Mention bug fixes in changelog. See [recent commits](https://github.com/Technologicat/unpythonic/commits/master) for details.
*This part done. See below for any…
-
Let us say this is the type :
```
type Human {
id: String
name: String
homePlanet: String
}
```
Then to query all the fields the query is :
```
query HumanNameQuery {
Human {
id
…