kmxz
kmxz
I'm actually not quite familiar with GNU build system. Give me some time to take a look into this PR. Thanks.
At the time I wrote this tool, `redirect_dir` wasn't there yet. I will try to support it when I have time.
Whiteout file should be deleted. It's definitely a bug if the problem can be reproduced. However, with previous implementation, the whiteout file should already be removed, as https://github.com/kmxz/overlayfs-tools/blob/1cb719fd455d84298123bf2ab129a3104e02f0f6/logic.c#L332 did `rm`...
I guess recursively copying the mounted OverlayFS will give you a "ready to use combined dir" (although I'm not quite sure that will happen to special char files). Am I...
> @kmxz use `data-native` instead. From what I see in https://github.com/preactjs/preact-router/blob/61671b38fd5e371e886a6b33db2c66df7a6444db/src/index.js#L116, only the attribute `native` is being checked. `data-native` won't work.
The component is wrapping a few non-preact components, which needs re-initialization upon certain props change. Generally speaking, there are cases where creating another compoenent instance is faster. That's why preact...
solidot观光团
Hi, I encountered the exactly same problem. Seems that I need to manually run `wro4j` in sbt, before running `container:start`. I'm looking for some ways to automatically build when running...
Hi! I'm the main author of the Simplified-Chinese translation in this repository. Just want to mention that it's possible to convert zh-CN, zh-HK and zh-TW variants to each other automatically....
> > I can generate those variants automatically and put them in a separate PR, if needed. > > It will be cool! :) > > If you don't mind,...