Victor Grigoriu
Victor Grigoriu
This should be the url of a shoutcast server for the local classical music station here in Romania.
I thought you can send as soon as the client connects, so I tried this: ``` cs public class ClientHandler : WebSocketsMessageProcessor { protected override void OnOpened(WebSocketConnection connection) { connection.Send(Context,...
### Issue description I'm trying to insert a Go `map` in a Snowflake column of type `VARIANT`. I get an error saying `failed to run query: sql: converting argument $2...
We're going to use Pebble with untrusted templates. Among other measures we'd like to add a timeout on how long rendering a template can take, and stop it if it...
We're going to use Pebble with untrusted templates. Among other measures we'd like to add a limit to the number of iterations that happen in a `{% for %}`, to...
I was wondering if it would make sense to have "iterable resolvers", similar to attribute resolvers. One use case is using `JsonNode`, the type that Jackson uses to represent json....
Id is a required prop of Feature. The square needs the first point repeated in order to be closed.