romanstingler
romanstingler
If I want to convert the following screenshot taken inside gnome and dragging the file into the terminal it fails to decode the image due to the spaces in the...
due to bugs https://github.com/yajra/laravel-datatables/issues/2324 https://github.com/yajra/laravel-datatables-html/pull/123 due to code in `HasColumns.php` ``` ... foreach ($columns as $key => $value) { if (!is_a($value, Column::class)) { if (is_array($value)) { $attributes = array_merge( [...
Change-Id: I3692c6ead4b87e60ae39520ecc10448ee72927d6 Signed-off-by: Roman Stingler closes #202
wouldn't it beneficial if we would remove the *.cl.h files and add a getKernelSource function?
There are some implementations which generate a slightly different result ``` python run-compositions.py noise-simplex.xml False raster md5s differ: 4ddc13d5eeb20d66928c4e4dc91504e0 vs 020d502dde8c3112bdb714c2c480864d /home/blackout/git/GEGL-OpenCL/tests/compositions/reference/noise-simplex.png and /home/blackout/git/GEGL-OpenCL/tests/compositions/output/noise-simplex.png are identical PASS noise-simplex.xml SKIP noise-simplex.xml...
**If I run the composition tests** ``` python run-compositions.py noise-hurl.xml is OpenCLAvailable -> False /home/blackout/git/GEGL-OpenCL/tests/compositions/reference/noise-hurl.png and /home/blackout/git/GEGL-OpenCL/tests/compositions/output/noise-hurl.png are identical PASS noise-hurl.xml SKIP noise-hurl.xml (OpenCL) === Test Results === tests passed:...
I butchered together some SQL statements :) `CREATE TABLE json_test(body jsonb);` ``` with data as ( select i, substr('8000012000345987243985743285723945798274359824375287435098432759284375843759824375423095208435019843509283475082437592843859432798572430985720984375098432759384750432986772437540958724385743985721098437520984375', i, 1) as tel from generate_series(1, length('8000012000345987243985743285723945798274359824375287435098432759284375843759824375423095208435019843509283475082437592843859432798572430985720984375098432759384750432986772437540958724385743985721098437520984375')) as g(i) ) insert...
I ghink the issue is that different chips are used xtw100 has stm32f103 xtw2 has gd32f103 chip. I have a XTW100 and one XTW2. Unlocked both via SWD and flashed...