-
Some software prefer html listing (eg: kodi), it should be possible to ask for html listing with an url param
Failed try with nginx conf
```
server {
listen 80;
root /home/user/downl…
-
Hi,
great CV template, I like it a lot. Very well structured, too.
The only thing missing (or I couldn't find it) is a publications section where one could e.g. import bibTeX files. Is there any wor…
-
AccName Computation Step 2B is:
Otherwise:
- if computing a name, and the current node has an aria-labelledby attribute that contains at least one valid IDREF, and the current node is not already …
-
## Problem
The List View Date format for recent dates currently will say "Today, Yesterday, [Day of Week]", etc. for files displayed in the list view. The format for older dates will be in a c…
-
Here is a list of classes that are not yet implemented:
* `GAMS data exchange format`: _A GAMS data exchange format is a binary file format used by General Algebraic Modeling System (GAMS)._
* `micr…
-
```
On Mac OSX, fish shell, calling
$ gcloud components list --format json
The following are the components [...] below.
gives text output, not json. It doesn't seem to work for other formats ei…
-
I'm using EasyOCR to make very simple banknote recognition for uni project, using Python and OpenCV. If I understand correctly provided examples, code below:
```python
import cv2
import numpy as np…
-
### General
- [x] search in multiselect form should also work on `code`
- [x] search on entitylist should "deburr" search targets
- [x] sort types consistently
- [x] inactive pills: add border,…
-
I have created a library feature that works nicely with the following functions for the ESP32:
1. Date_Format generates a line of text such as 'Thur 26 Jun 2021' from the RTC list
2. Time_Format g…
-
Our client and server Markdown parsers support a sometimes-useful feature when creating numbered lists:
```
1. foo
- bar
- baz
```
renders as:
> 1. foo
> 2. bar
> 3. baz
This means you don't have …