Ildar Sagdejev
Ildar Sagdejev
The number of spaces that constitute a tab of indentation in the output code is now configurable via the `--tabsize` command line argument. Changing the value from a constant to...
The code [throws](https://github.com/kekee000/fonteditor-core/blob/e341d6d4c5e70bd6d0037641dbb96d3cdc0d965d/src/ttf/ttfwriter.js#L193) an error if the `OS/2` table is missing in the source font. In Apple's [reference manual](https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6.html) for TrueType fonts, the `OS/2` table is listed as an optional...
I dragged a `4h` from a tableau pile ending in `... 4h 3s` and dropped it onto a foundation pile that had `3h` at the top. This resulted in the...
Since `jquery.js` isn't actually included with this project, linking to the latest version from the CDN makes the browser tool work out of the box.
I'm slightly perplexed as to how this used to work, but testing either way shows that the daemon processes spawned by `hyp daemon start` have a tendency to terminate if...
As noted in https://github.com/awslabs/aws-lambda-cpp/pull/131#discussion_r755906063, on Alpine we have `grep` implemented by `busybox` by default, and `busybox grep` doesn't know `-F` as `--fixed-strings`. This pull request fixes that and also simplifies...
### Describe the bug Here is the code I'm using inside an AWS Lambda, which hangs and times out when I request an S3 key that does not exist in...
The packager currently is hard-set to produce a zip file: https://github.com/awslabs/aws-lambda-cpp/blob/1129e531bae450b6fb78ad5fc08d6222ceb9f68d/packaging/packager#L184-L185 It would be useful to [add an option](https://github.com/awslabs/aws-lambda-cpp/blob/1129e531bae450b6fb78ad5fc08d6222ceb9f68d/packaging/packager#L34) to skip the zipping (which will also make it unnecessary to...
It's likely not going to be a popular desire to have the inline code rendered so large by default:  This removes the special font style.
Hexo provides a [collection of helper functions](https://hexo.io/docs/helpers.html) to be used by the theme templates. For example: ```ejs ``` Switching to using these functions where appropriate could make the source code...