Samuel Marks
Samuel Marks
PathMe looks pretty good. Nice work! At a glance it seems to focus on established pathways, so will miss more tenuous links. Related to this would be the opportunity to...
**Describe the pull request** New port - #### What does your PR fix? N/A - #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)? Linux, macOS -...
**Describe the bug** File -> Exit. Check `ps` and find `java` is still running an hour later. **Steps to reproduce** Steps to reproduce the behavior: 1. Open VS code (I...
- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...
**Describe the feature and the current behavior/state.** [Apache Beam](https://beam.apache.org), [Apache Airflow](https://airflow.apache.org), [Kubeflow](https://www.kubeflow.org) are all large components; reliable; and useful at scale. But what about for the pedestrian target of your...
### Description I am running PostgreSQL that is installed locally (runs as a Windows Service). Running PostgreSQL from `docker run` with `-p 5432:5432` gave no errors. `psql` connected to the...
Rough attempt: ```dockerfile FROM rust:alpine AS build ENV OPENSSL_DIR=/usr RUN apk --no-cache add ruby-dev ffmpeg-libavdevice ffmpeg-libavcodec libressl-dev dbus-libs clang-dev g++ git make cmake ninja WORKDIR /usr/src/oxen COPY . . RUN...
Enjoying perusing Oxen. You have a nice web-frontend and associated features in OxenHub. Is this open-source? Is the API it uses different—e.g., a superset—from what is here: https://github.com/Oxen-AI/Oxen/blob/main/src/server/src/routes.rs Also is...