oliverpool
oliverpool
In chromium (at least) it currently tries to load `true.md`. This PR makes `docify` explicitely load `_sidebar.md`. Thanks for this great package !
I have tried to make a custom build to reduce the size, but everytime I got an error `TypeError: dict is undefined`, even when using the `lite` bundle: https://codesandbox.io/s/frosty-zhukovsky-isu9h?file=/src/App.vue This...
Hi, I need to control an aria2 daemon from go and I found your library. I found it quite neat and I wanted to improve it (to improve my "go-writing"...
See #44 for background on this command. --- To run: ``` export IPMI_PASSWORD="secret" go run . ipmidump.pcap ``` This worked fine for our usecase, but it is quite limited since...
### What version of `astro` are you using? 1.0.0-rc.7 ### Are you using an SSR adapter? If so, which one? none ### What package manager are you using? yarn ###...
### Missing feature I would like to have a reference documentation regarding the mootlicuted deamon (JSON API: requests / responses format and content). ### Justification I would like to help...
First of all, thank you very much for this great resource ! --- I was looking for a newsletter icon and was surprised with the search results: - `ne` returned...
Following #52 (which seems stale), this adds a `RegisterServiceEntry` function. > What's the benefit over Register? To be able to override specific fields of the `ServiceEntry` (the `HostName` for instance,...
Probably related to #61 : A complex nested `@media` might result in a wrong CSS compilation. Example Less file: ``` body{ @media (max-width: 400px) { color:green; } h3{ .before{ @media...
First of all, thanks for this very cool library! I have a feature request/ proposal for the following usecase: > I have a custom server implementation, which will give the...