Jason Kim

Results 9 issues of Jason Kim

Is there a support for fixed columns? Fixed columns are useful when you have a very large horizontally spanning table and you want to have some columns on the left...

enhancement

## tldr When you have a view like `views/subdirectory/new.js` and a template like `templates/subdirectory/new.ejs`, the template isn't detected by the view. But when you have a view like `views/no_subdirectory_new.js` and...

To repro 1. go to https://skyfeed.hns.siasky.net/#/user/d448f1562c20dbafa42badd9f88560cd1adb2f177b30f0aa048cb243e55d37bd/posts/4/13 2. try to use middle mouse button to open the matrix link in a new tab. Expected The browser should open a new tab...

I am following https://docs.blockstack.org/build-apps/tutorials/todos and in the step 5, the tutorial says I am asked to give username. However, I was never asked this step. Once I copied the secret...

To reproduce the error. 1. Star the app 2. Click Get Started 3. Click Sign In at the bottom right of the pop up 4. Notice that the app icon...

I have a problem where Jenkins does detect the PR changes, but it errors out saying that local signature does not match the external signature. In the Jenkins log ```...

Page: https://spring.io/guides/gs/rest-service After running `./mvnw clean package`, running `java -jar target/gs-rest-service-0.1.0.jar` will cause: `Error: Unable to access jarfile target/gs-rest-service-0.1.0.jar` Instead I should've run: `java -jar rest-service-0.0.1-SNAPSHOT.jar`