Patryk Laurent
Patryk Laurent
## MLflow Roadmap Item This is an MLflow Roadmap item that has been prioritized by the MLflow maintainers. We’ve identified this feature as a highly requested addition to the MLflow...
On the PinePhone I see the waveform animation moving when I send UDP commands to Pilot, but I hear no sound. There are no error messages. Does anyone know what...
Hi Dustin, My first pull request. I've added code to CocoaTent which allows you to unfollow an entity. Because unfollowing in the tent.io API requires an id (rather than the...
These scripts used to have `set -e`, but this was removed because an early call to `make clean` fails (I think this failure is because GNUstep make is not yet...
As per https://github.com/plaurent/gnustep-build/pull/31/files * add apt install `libcurl4-gnutls-dev` * and then build libs-corebase ``` # Build GNUstep corebase (CoreFoundation) echo -e "\n\n" echo -e "${GREEN}Building GNUstep-corebase...${NC}" cd ../libs-corebase/ ./configure make...
Apparently Ubuntu 19.04 is “no longer supported” so we should drop support for it here as well.
Using Travis' "matrix" testing mode to validate a docker build of @Letterus Debian script as per https://stackoverflow.com/a/47557724