Nicolas BALDECK

Results 7 issues of Nicolas BALDECK

https://github.com/wrf-model/WRF/blob/3bc405d2f10d3bc80a2d9ed213c4c015692fa972/external/io_grib2/g2lib/enc_jpeg2000.c#L142 inmem_ property have been removed from newest versions of jasper It prevents compilation of WRF when grib2 output is on. > gcc -I. -w -O3 -DDM_PARALLEL -DLANDREAD_STUB=1 -DMAX_HISTORY=25 -DNMM_CORE=0...

Hi I got this error when compiling WRF 4.2 with PGI 19.10: ``` 441044-PGF90-S-0038-Symbol, derf, has not been explicitly declared (module_mp_SBM_polar_radar.f90) 441136- 0 inform, 0 warnings, 1 severes, 0 fatal...

The original PROJ library supports the General Oblique Transformation projection (+proj=ob_tran) https://proj.org/operations/projections/ob_tran.html I would like to use this same projection in Proj4js. I pay 1000 euros for someone to implement...

Here is a first attempt to replace dropdown by a `` with flag emojis. ![Peek 14-11-2021 09-19](https://user-images.githubusercontent.com/1681443/141673333-f15f4295-7e22-4017-906a-d7f973eea47c.gif) This approach is much lighter and is more usable on mobile devices. This...

`Crtl+Alt+Backspace` is a "magic" shortcut on some linux/unix systems, just like `Crtl+Alt+Del` on Windows. Depending on the machine configuration, pressing those keys can terminate the graphical desktop session, killing every...

https://travis-ci.org/maxogden/discovery-channel/builds/491876821#L6 ``` $ npm test /home/travis/.nvm/versions/node/v5.10.0/lib/node_modules/npm/bin/npm-cli.js:85 let notifier = require('update-notifier')({pkg}) ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:387:25)...