-
The file structure isn't how an express app looks like by default. Also can cause confusion because a lot of express modules have instructions written for how a default express setup would be. And I d…
-
Would be very convenient to just have docker image to use it. As it looks that already support linux os?
-
Currently babble'd text can be copied by simply clicking the copy bottun, then be pasted to other places. But debabbling can only work on web pages, by selecting elements containing babble'd text.
…
-
```
Change the way how could be every shortcut modified.
Typing shortcut as pure text is not good because of "unknown" rules...
For instance how to make shortcut for Ctrl with arrow down key?
Could i…
-
Hey!
Just a little feedback:
1) Methods are better when initialized automatically with model,
instead of
```
public function edit($id){
$company = Company::findOrFail($id);
```…
-
Per @hntuan94, it would be convenient if `tfatool` exposed a `delete_directory` function. This function would:
- walk through the directory and delete any files within
- when the directory's empty…
-
-
When passing the --ip flag (in my case, providing --ip 0.0.0.0 to make the server available on an intranet) to Jupyter notebook, the resulting URL string that is printed to the terminal for copy-pasti…
-
-
It is often needed to construct primitives like `EthNumber` with pure bytes.
```swift
try EthNumber(
hex: SimpleBytes(
bytes: DecodedABINumber(
a…