I made a wrapper to support this: https://gist.github.com/ayosec/816ccba7a75aba5336db0fe0b9791...
https://github.com/antirez/sds
Apparently not. You can create a test.html file with the following content: <script> fetch(".").then(r => console.log(r)); fetch("/").then(r => console.log(r)); </script> The console show errors when these URLs are…
How is that different to this? if (my_pointer != NULL) do_stuff(*my_pointer)
sponge[1] is very useful in this scenario. The output file is written only when the `thing | thing | thing` finishes successfully. [1]: https://linux.die.net/man/1/sponge
> I'd be willing to bet your "small number" of white listed websites is actually a lot more than you think. Turning off Javascript breaks a ton of sites, IME. My experience is the opposite. I used NoScript for almost 8…
> It's a new stand-alone HTTP server. Are you going to publish more info about that HTTP server? Like the technology used to write it.
> Even serde has `#[serde(rename = "name")]` for this purpose. You can use `#[serde(rename_all = "camelCase")]`[1] in the struct to apply the fix to all fields. [1]: https://serde.rs/container-attrs.html#serderenameall--
Out of curiosity, what version of c++filt are you using? I tried with 2.27.51 (Debian), and it works: mozilla::EnableIf<mozilla::IsSame<decltype ((((JS::GCVector<jsid, 0ul,…
> Why do mobile browsers not provide the option to disable this bug? In Firefox, you can set browser.ui.zoom.force-user-scalable to true. Unfortunately, if have JavaScript enabled, some pages are still able to disable…
> No, the default integer is u32 Maybe I'm missing something, but it seems to be i32: https://play.rust-lang.org/?gist=c79d4afef7fa20c81ba14de61f5...
> Man, using Perl professionally (as have I). What kind of job was it? Ten years ago I was using Perl to write web applications with HTML::Mason, in a consulting firm. I can't say I miss that :-).
What's the difference between Kemal and https://github.com/manastech/frank ?
12G, according to a [1]picture in the post 1. http://hyperallergic.com/wp-content/uploads/2015/09/ASLAP-on...
This reminds me to the origin of Inkscape, as a fork from Sodipodi. The (only) Sodipodi committer didn't want too many patches, and he wanted to stay with C (no C++ code). Some people forked Sodipodi, and created…
> being able to fire up FSC outside of IntelliJ and have your code recompile very, very quickly when you make changes I guess that you can achieve the same benefits with an always-open SBT console. I usually do ~ test…
Actually, stuff like the headers and so on, are integrated in the parser, so it generates specific types while data is arrived. For example, https://github.com/spray/spray/blob/master/spray-http/src/ma...
github: ayosec
> I hope this'll save a few hundred milliseconds every time I hit `:w`. “few hundred milliseconds”? In a project where I'm working, our SCSS files take almost 10 seconds to recompile after every little change. Maybe…
So, this means that Google will abandon V8? Or Chrome will continue with it?
Play! with Mirah can be a very nice combination.
I made a wrapper to support this: https://gist.github.com/ayosec/816ccba7a75aba5336db0fe0b9791...
https://github.com/antirez/sds
Apparently not. You can create a test.html file with the following content: <script> fetch(".").then(r => console.log(r)); fetch("/").then(r => console.log(r)); </script> The console show errors when these URLs are…
How is that different to this? if (my_pointer != NULL) do_stuff(*my_pointer)
sponge[1] is very useful in this scenario. The output file is written only when the `thing | thing | thing` finishes successfully. [1]: https://linux.die.net/man/1/sponge
> I'd be willing to bet your "small number" of white listed websites is actually a lot more than you think. Turning off Javascript breaks a ton of sites, IME. My experience is the opposite. I used NoScript for almost 8…
> It's a new stand-alone HTTP server. Are you going to publish more info about that HTTP server? Like the technology used to write it.
> Even serde has `#[serde(rename = "name")]` for this purpose. You can use `#[serde(rename_all = "camelCase")]`[1] in the struct to apply the fix to all fields. [1]: https://serde.rs/container-attrs.html#serderenameall--
Out of curiosity, what version of c++filt are you using? I tried with 2.27.51 (Debian), and it works: mozilla::EnableIf<mozilla::IsSame<decltype ((((JS::GCVector<jsid, 0ul,…
> Why do mobile browsers not provide the option to disable this bug? In Firefox, you can set browser.ui.zoom.force-user-scalable to true. Unfortunately, if have JavaScript enabled, some pages are still able to disable…
> No, the default integer is u32 Maybe I'm missing something, but it seems to be i32: https://play.rust-lang.org/?gist=c79d4afef7fa20c81ba14de61f5...
> Man, using Perl professionally (as have I). What kind of job was it? Ten years ago I was using Perl to write web applications with HTML::Mason, in a consulting firm. I can't say I miss that :-).
What's the difference between Kemal and https://github.com/manastech/frank ?
12G, according to a [1]picture in the post 1. http://hyperallergic.com/wp-content/uploads/2015/09/ASLAP-on...
This reminds me to the origin of Inkscape, as a fork from Sodipodi. The (only) Sodipodi committer didn't want too many patches, and he wanted to stay with C (no C++ code). Some people forked Sodipodi, and created…
> being able to fire up FSC outside of IntelliJ and have your code recompile very, very quickly when you make changes I guess that you can achieve the same benefits with an always-open SBT console. I usually do ~ test…
Actually, stuff like the headers and so on, are integrated in the parser, so it generates specific types while data is arrived. For example, https://github.com/spray/spray/blob/master/spray-http/src/ma...
github: ayosec
> I hope this'll save a few hundred milliseconds every time I hit `:w`. “few hundred milliseconds”? In a project where I'm working, our SCSS files take almost 10 seconds to recompile after every little change. Maybe…
So, this means that Google will abandon V8? Or Chrome will continue with it?
Play! with Mirah can be a very nice combination.