Thada Wangthammang

Results 33 comments of Thada Wangthammang
trafficstars

Hi @mkaz, I've found the same problem with python, but it works on javascript as see in my gif ![out2](https://user-images.githubusercontent.com/3647850/68539677-9ad98080-03b9-11ea-914a-c716d5024174.gif) Thanks for helping :)

I've tested a lot about the `Prism.js`. I think it doesn't this plugin. This plugin just adds the additional class for `code` and `pre` (`language-python`), then when `Prism` has been...

The problem is solved. I need to add the `python` component of the `Prism.js` For javascript es6, ```javascript import Prism from 'prismjs'; import 'prismjs/components/prism-python'; Prism.highlightAll(); ``` ![image](https://user-images.githubusercontent.com/3647850/68568410-17d62a00-048e-11ea-8380-f3829d56f8ce.png) Thank you for...

Firstly, I got error as same with you ```diff PS C:\Users\mildronize\Desktop\cmd-colors-solarized-master> Get-ExecutionPolicy -List Scope ExecutionPolicy ----- --------------- MachinePolicy Undefined UserPolicy Undefined Process Undefined + CurrentUser RemoteSigned LocalMachine Undefined ``` I...

Thank you for mention about this issue. I'm stuck with same problem and thank you all for your answers. I just want to read some secret from encrypted files (like...

Thanks @SimonBackx . It works for Jekyll 3.0.2.

@dtinth สอบถามหน่อยครับ ถ้าไม่ใช่ Nest.js มี Alternative ที่น่าสนใจตัวอื่นๆ มั้ยครับ โดยส่วนตัวแอบไม่ชอบ Nest.js หลายอย่างเหมือนกัน

@SaltyAom I've found the interesting repo: https://github.com/decs/typeschema for Universal adapter for TypeScript schema validation. They support various type of data validation. It might be help.

@zhamppx97 thank you so much for your contribution, i’ll assign the related fields reviewer.

@kaiwanyawit-chawankul Thanks for your suggestion, my opinion it doesn't hurry to fix this issue, because in order to migrate Gatsby with major release is not easy, due to a huge...