Thada Wangthammang
Thada Wangthammang
Hi @mkaz, I've found the same problem with python, but it works on javascript as see in my 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(); ```  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...