Xiao Meng
Xiao Meng
Just showing off some updates, which may include my opinionated ideas:  (The color is purple because I changed the `custom-properties.css` to make the styles fit my site) The "Subscribe...
@akellbl4 > I think website field is very specific to your own case Agreed. > I don't think subscription to notifications should be a part of signup view. If we...
Another one who also struggled with this, here is my solution. Please note that I'm using `dep` recently, but the problem and solution are fairly the same. The first thing...
Thanks @sdboyer and @JelteF , I've searched all around only to find issues other than solutions, vg looks really good, I'll give vg a try and use it for a...
Here's my approach of getting files created during two dates, it can be used to replace https://github.com/trydalch/obsidian-daily-activity, which does not have the ability to specify a certain date. Just like...
I wrote a shell function to help dealing with this: ``` function tmux-resurrect-reset-last() { cd ~/.tmux/resurrect && \ ln -f -s $(/bin/ls -t tmux_resurrect_*.txt | head -n 1) last &&...
Hey guys, I am using API Blueprint with [aglio](https://github.com/danielgtaylor/aglio) for our internal project, and since API Blueprint doesn't support file including currently, aglio implements one with the syntax ``, thanks...
I stand with `master`, this is my GitHub settings: > which can be confusing for people new to this. This is unlike other technical details that are necessary to know,...
Same problem here.
Thanks for the careful and professional code review ☺️, I'll refine the code and give feedback this week when I got time.