Shoma Kokuryo
Shoma Kokuryo
My environment as follows: - macOS Sierra 10.12.6 - Python 3.6.0 - Django 2.0.5 - djangorestframework 3.8.2 - djangorestframework-jwt 1.11.0 ### What is expected instead of "Unable to log in...
## Environment - macOS Catalina 10.15.5 - Gitify v3.0.5 ## Expected behavior Notification of github.com is appeared even if Gitify cannot reach GitHub Enterprise (GH:E) server (i.e. server downed, or...
The PR to add go.mod ( #69 ) has been approved. However, it seems to have been left unmerged. It seems that the PR to add go.mod in shurcooL/graphql, which...
## Abstract `ListItem` represents an item in the `List` environment. However, itemize and enumerate environments are parsed as `ListItem` nodes in `Paragraph`, now. ## Sample source Sample of itemize environment:...
https://github.com/tamuratak/latex-utensils/blob/v4.0.0/CHANGELOG.md#L8-L12 v4.x introduce `softbreak`, `space`, and `Linebreak`. This will break our algorithms of parsing the output of latex-utensils. refs #135
### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.10 ### Describe the bug For...
### What version of Remix are you using? 1.7.5 ### Steps to Reproduce Initialize the project. ```bash npx @remix-run/[email protected] create ./remix-symlink # ? What type of app do you want...
V2 Alpha
refs #463 Sorry for the huge PR. Some large changes in this PR is: - Make this module as ESM - Use unified-latex instead of latex-utensils - Use [vitest](https://vitest.dev/) instead...
I have made some modifications since I became one of the maintainers, but I have not been able to actively participate in the development over the past few years. I...
I want to evaluate the jsonnet file that requires some TLAs like this. ```jsonnet function(name) { value: std.format("Hello %s", name)、 } ``` However, there seems to be no way to...