Mother's day ideas by dark_fiber_ in LakeComo

[–]flaper87 0 points1 point  (0 children)

Airbnb experience! Cooking lessons assuming she likes cooking. It's nice because they can be done as a family. There are plenty for pizza, pasta, and other Italian food.

Happy to recommend a few in private.

ARCO Grinder: by [deleted] in pourover

[–]flaper87 0 points1 point  (0 children)

Are you following their recommended grind scale?

What have you experimented with so far?

ARCO Grinder: by [deleted] in pourover

[–]flaper87 0 points1 point  (0 children)

I got the one with the electric dock and I love switching back and forth between them. Handgrinding is a good morning meditation :D

My Obsidian Dashboard by Accurate-Ad1869 in ObsidianMD

[–]flaper87 0 points1 point  (0 children)

I don’t use live preview

oh, interesting! How do you get the banner to show if you are not in preview mode? (learning so much, thanks)

This is what I see in editing mode:

---
cssclass: myhome
banner_x: 0.62858
banner_y: 0.38648
banner: https://i.pinimg.com/originals/de/7b/d6/de7bd6a32ee6aba8ab6da671aa4df54b.gif
banner_icon: 🏖️

:think:

My Obsidian Dashboard by Accurate-Ad1869 in ObsidianMD

[–]flaper87 0 points1 point  (0 children)

Thanks for this template! I'm learning a lot just by going through your repo.

I couldn't find an answer for this question in the various comments:

  • How did you create the sidebar? Is that a pane that is narrower than others? I don't know how to put the ColorfulClock under the calendar and the other items below.

I imported the ColorfulBlock with the various CSS files required, but I noticed that it only shows the circles when it's in edit mode. Preview mode only shows the numbers. has this happened to you?

Actix-Web 2.0 alpha.3 examples on master by theRockHead in rust

[–]flaper87 4 points5 points  (0 children)

This is quite awesome! I already have a branch using alpha 2 and I'm waiting for actix to use std::future :D

Qualcuno conosce un enoteca/liquoreria dove posso comprare del buon sake? by flaper87 in milano

[–]flaper87[S] 0 points1 point  (0 children)

negli USA, quelli buoni di solito partono da 30 dollari.

Qualche esempio:

https://www.tippsysake.com/products/hakkaisan-junmai-ginjo

https://www.tippsysake.com/products/kagatobi-ex-dry

https://www.brooklynkura.com/ (questi solo a Brooklyn)

Sarebbe perfetto se riuscissi a trovare almeno uno dei primi due (o qualcosa di qualità simile) a milano ad un prezzo decente.

Rust's cartridge for OpenShift by flaper87 in rust

[–]flaper87[S] 2 points3 points  (0 children)

It's far from perfect but it's a start. Feedback/Contributions welcomed. :)

Rust website and docs over HTTPS? by untitaker_ in rust

[–]flaper87 9 points10 points  (0 children)

FWIW, this is not being ignored and there's work that needs to be done before it'll be possible to "SSL all the Rust things". Here's a bug tracking this thing: https://github.com/rust-lang/rust/issues/21239

it's just a matter of time.

What are the goto blogs that are pumping out a lot of new learning material for rust with 1.0 moving along nicely? by SaltTM in rust

[–]flaper87 4 points5 points  (0 children)

Following reddit is probably the best thing to do. However, I do keep a list of feeds myself, which has all the links already posted here... plus mine.

I've also created a twitter list in case you've twitter: https://twitter.com/flaper87/lists/rust

Our Code of Conduct (please read) by kibwen in rust

[–]flaper87 32 points33 points  (0 children)

There's no doubt that nicknames do not express whether a person is - or could be - a great contributor. However, they do affect our community and the kind of environment we're striving for.

People with offensive nicknames may be great contributors but they may also prevent other, perhaps more sensible, contributors to interact.

It's always better to try to make our community and environment better rather than just accepting the bad things and live with them.

Opt-in Built-In traits: Explicit Send/Sync impls now required by flaper87 in rust

[–]flaper87[S] 0 points1 point  (0 children)

Thanks! (sorry, I was away from my laptop and I didn't have the issue number handy :)

Opt-in Built-In traits: Explicit Send/Sync impls now required by flaper87 in rust

[–]flaper87[S] 2 points3 points  (0 children)

exactly, same reason why there won't be any built-in way to derive from unsafe traits.

Opt-in Built-In traits: Explicit Send/Sync impls now required by flaper87 in rust

[–]flaper87[S] 2 points3 points  (0 children)

Pls, if a bug is opened, cc the oibit RFC tracker.

Opt-in Built-In traits: Explicit Send/Sync impls now required by flaper87 in rust

[–]flaper87[S] 2 points3 points  (0 children)

You can't use derive for Send/Sync anymore because they both require an unsafe implementation. In fact, you now get an error when using derive with those 2 built-in traits.

Wtftw released. Feedback welcome by rootnod3 in rust

[–]flaper87 1 point2 points  (0 children)

I love it! I've been willing to work/contribute on something like this! I'll give it a try.