corpix

Results 50 comments of corpix

Thank you, this helped me to resolve problem with this library.

Same thing for me. I have Unifi EdgeSwitch which supports only UDP. Promtail configuration: ```yaml scrape_configs: # ... - job_name: syslog relabel_configs: - source_labels: - __syslog_message_hostname target_label: host syslog: idle_timeout:...

In my case packets are handled by nontransparent parser. I've made a minimal server to debug this https://gist.github.com/corpix/d76a90678d24e412eb5f9347dc1b58c1 > @xtavras example could be used to send UDP packets to this...

Got same error while trying to build racket application with [nix package manager](https://nixos.org/nix/): ``` these derivations will be built: /nix/store/75jrfm8s01945yp71j9cnf158x33kwry-pecker.drv building '/nix/store/75jrfm8s01945yp71j9cnf158x33kwry-pecker.drv'... unpacking sources unpacking source archive /nix/store/00p8nj2rzpfn5fkm41dnma6vwmhsn87m-landofracket source root...

Ok, I missed the fact that `raco exe --gui ./pecker/pecker.rkt` will write executable into `./pecker` directory instead of working directory. In my case `cannot delete file` error was triggered because...

Haha, yeah, sorry. Let it be, lets merge this

@eko234 In #59 I've added ability to emit constraints section of the create table statement (after table columns). So, this may become possible :)

Haven't test it with fiber yet, will look on this soon.

Thanks for your contribution! I see you have regenerated data.go and for some reason there is a carriage return appeared: Old version: ``` ~ λ echo H4sIAAAJbogA/wzKQarCUAwF0Pnd1f+CRUQsUgSHoe9SQ9PEpka3b0dncm5s+LciuiQdD5rFF9cUn4i+8mXEXcP4xsmbToGBYujVZxxrG1XQhTV6RsNF6oO/tWSRVCeGyrVCN+KQumzh+8jY6Wskzk+Z9RcAAP///hYIpoAAAAA= | base64 -d...

Unfortunately I am not writing any JS code at this moment, I am busy writing some stuff in Go. But this package will support fresh react, some day, when I...