Samuel Walker

Results 47 issues of Samuel Walker

How do I set the name of my new node?

``` C:\Users\shaba>curl -I http://localhost:8080/ HTTP/1.1 200 OK Server: asmttpd/0.4.4 Accept-Ranges: bytes Content-Length: 17905 Content-Type: text/html C:\Users\shaba>curl -I http://localhost:8080/plans HTTP/1.1 200 OK Server: asmttpd/0.4.4 Accept-Ranges: bytes Content-Length: 9223372036854775807 Content-Type: application/octet-stream C:\Users\shaba>curl...

bug

## Summary Concourse cannot run a job with the default helm chart, I believe due to the lack of runc in use. ## Steps to reproduce Make a kubeadm cluster...

As I see it, this requires an id_token initially to work with PayPal's OpenID service. ``` error: get-token: could not get a token: authentication error: authentication error: authorization code flow...

question

Related to https://github.com/Half-Shot/matrix-appservice-discord/issues/20 ? ``` npm WARN skipping integrity check for git dependency ssh://[email protected]/Sorunome/discord-markdown.git npm WARN skipping integrity check for git dependency ssh://[email protected]/Sorunome/better-discord.js.git npm WARN deprecated [email protected]: this library is...

T-Task

Trying to make my mod scanner. Noticed your mod has some bad json ``` Getting 228756-2550378 Extracting mcmod.info Traceback (most recent call last): File "convert.py", line 42, in mcmodinfo =...

``` C:\Users\shaba>pip install deep-daze Collecting deep-daze Using cached deep_daze-0.7.0-py3-none-any.whl (1.4 MB) Collecting regex Downloading regex-2020.11.13-cp38-cp38-win32.whl (254 kB) |████████████████████████████████| 254 kB 1.3 MB/s Collecting torch-optimizer Downloading torch_optimizer-0.1.0-py3-none-any.whl (72 kB) |████████████████████████████████| 72...

Would look something like, ```Dockerfile FROM python:3.11-rc-alpine #(gotta keep it tiny :) RUN tee -a calc.py

Similar to https://github.com/vincss/mcsleepingserverstarter Since this router is also aware of service definitions, and service definitions contain references to deployment or statefulset object via label, it would be cool if the...

The default encoding is UTF-16 which yeilds `invalid character 'ÿ' looking for beginning of value` until converted into utf-8.