-
### Prerrequisitos
(Marcar colocando una X entre los corchetes los ítems que ya hiciste, así: "[X]")
* [X] Leí las reglas del foro (https://github.com/IIC2233/Syllabus/wiki/8.-Reglas-del-foro-…
-
readme says
> `jp` is not a language code.
> (The language code for Japanese is `ja`,
> but people confuse it with the country code for Japan.)
and currently `langcodes.Language.get` throws
…
-
The prototype of syslog is
`void syslog(int pri, const char *format_string, ...)`
We should be doing the call equivalent to
`syslog(user_provided_priority, "%s", user_provided_string)`
-
There's an `vaCopySurfaceGLX()` function that copies frame data from VA surface into an OpenGL texture without (hopefully) invoking a CPU-land memory transfer.
What I need is the opposite operation…
-
When running opencv_perf_objdetect all haarcascade tests fail with the exception below.
This was introduced in commit ad70ab40, if i checkout 1 commit before that the tests run fine.
```
Time compens…
-
Overview Description:
While running `LIBUSB_DEBUG=3 ./Protonect` I keep running in the error: `[Error] [VaapiRgbPacketProcessorImpl] num_entrypoints >= 1 && num_entrypoints = 1 && num_entrypoints ~1…
-
Hi everyone!
I am trying to convert CDA to FHIR with the FHIR Validator, as explained [there](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Mapping+Language#UsingtheFHIRMappingLanguage-run…
nriss updated
2 months ago
-
The `VM_Call` function in `vm.c` currently uses variable arguments in a very awkward fashion in order to fake "default arguments" for function parameters: `va_arg(ap, int)` is called 12 times uncondit…
-
It would be helpful to support some local url of google news, e.g. `news.google.com.uk`, `news.google.com.au`
Full list of countries TLD is here though I am not sure if all countries have google n…
-
# Overview
It seems to me that the size of a WASM function is limited to 2^16 = 65536 bytes?
https://github.com/golang/go/blob/649671b08fbd49bcf65578b18d188d55779e6eca/src/cmd/link/internal/wasm…