rm
rm@mastodon.rand0m.me
<p>they | was mit cloud</p>
Posts
-
Post #2806987
``` curl -s https://gitlab.com/api/v4/projects | jq ```
-
Post #2806986
@cy @henryk well - the default is clearly stated - &quot;-1&quot;, i.e. unlimited. also, effectively this is passing a request from outside to that service - so it might be good to think about what can happen there, if your service is barfing a stacktrace in response to the external request when you&#39;re actually just expecting &quot;OK&quot; in the body - this might be a strong indication something is wrong.
- Post #2806985
-
Post #2806984
a little toy / experiment for movie nerds, feedback and suggestions _extremely_ welcome! https://www.flickflock.me/ you will need to create an account to make it interesting.
-
Post #2806983
TIL: there is a &quot;trust me, bro!&quot; operator in typescript: ------------------------------------------ The ! is TypeScript&#39;s non-null assertion operator. It tells the compiler &quot;trust me, this value is not null or undefined.&quot; ------------------------------------------ it never seizes to amaze me.