Colin Yates

Results 47 comments of Colin Yates

I've requested exactly this here: https://users.rust-lang.org/t/configuring-tracing-with-log4rs-or-other-rolling-and-limiting-file-appender/69190. If I can, I'll create a reproducible example and post here.

I never experienced that when I was using this on iTerm, however I no longer use this tool, preferring `:set exrc`.

Sure: This is what I get when viewing https://nitsnets.github.io/unicorn_components/: ![screen shot 2018-01-25 at 15 58 43](https://user-images.githubusercontent.com/181469/35397959-bc9f1c2c-01e8-11e8-94ff-7c23858cd71d.png) Safari version: ![screen shot 2018-01-25 at 15 59 43](https://user-images.githubusercontent.com/181469/35397990-d3117234-01e8-11e8-9030-56e9f88a41e4.png) with console tools open: ![screen...

I'll leave this open for you to close as appropriate - thanks @Demonthos

Ah, I've just seen I can do this by returning 204: https://htmx.org/docs/#requests

I've not tried myself yet, but "pretty simple to build on top of Tokio" is the usual conclusion I see.

"release mode for JS you say?" doh. This is what the profile from the release build looks like. Much better, but still higher than I expected: ![image](https://user-images.githubusercontent.com/181469/146330750-3ef9300a-f6fc-49a1-be2d-3882ad55f37d.png)

That's the magic - thanks. Unfortunately, it didn't solve the problem, even if I specifically referenced the fixed rev of `async-io` so I question whether it is actually fixed or...

(just fyi - this is the main reason I am using https://github.com/lambda-fairy/maud instead of this library)

Just my 2 pence: I want to ignore some folders which *are* checked into git. In my case, I have sass files which I want to version control but I...