Ewout ter Hoeven

Results 172 issues of Ewout ter Hoeven

When trying to update [httpclient](https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient) and [httpmime](https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime) to 4.5.13 in https://github.com/EwoutH/NetLogo/pull/13, I encountered the following depreciation warnings. They were treathed as errors, since `-Werror` was specified. `org.apache.http.entity.mime.MultipartEntity` in `org.apache.http.entity.mime` has...

help-wanted

While compiling a lot of deprecating warnings pop up. Those should be fixt before moving to Java 14 and Scala 2.13. Warnings are from this [Jenkins build](https://netlogobuild.northwestern.edu/blue/organizations/jenkins/NetLogo/detail/PR-1824/2/pipeline). - [ ]...

Adds a simple CI configuration using GitHub Actions. It builds the samples on each push, pull request and when requested (workflow_dispatch), using CMake and MSVC. An example run can be...

Using the [OSM.get_pois()](https://pyrosm.readthedocs.io/en/latest/reference.html#pyrosm.pyrosm.OSM.get_pois) function in Pyrosm 0.6.1 I got the following warning: ``` pyrosm\pyrosm.py:576: ShapelyDeprecationWarning: The array interface is deprecated and will no longer work in Shapely 2.0. Convert the...

enhancement

Many package managers require a Git repository to have at least one tagged release before they integrate it. Could we tag a release?

question

First of all, awesome project! I wrote a quick CI setup for checking style and building Atom. It currently runs a basic format and lint job, and a build job...

This PR refactors the AppVeyor configuration. Since it's quite a large PR, I split is up into 3 commits: - Refactor AppVeyor configuration - Updates environment to the [Visual Studio...

Builds MASON on Ubuntu, Windows and macOS using Node.JS 16 LTS, and also on Ubuntu for Node.JS 17. It runs on every push, pull request and once a week. GitHub...

VVC (Versatile Video Coding) is the successor of HEVC and now in active development. Adding a encoding and a decoding benchmark profile would be great! - Git repository: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM -...

The xvc video codec is a new alternative video codec competing with VVC and AV1. Adding a encoding and a decoding benchmark profile would be great! - Git repository: https://github.com/divideon/xvc...