Khoa Nguyen
Khoa Nguyen
As a beginner, the ecosystem could be overwhelming. To finish the application on time, I think we can cheat a little and use an escape hatch. With background in Javascript,...
I have been trying several solution over the past few days and so far, watchexec (https://github.com/watchexec/watchexec) is the most reliable one and itβs fast. fswatch + custom script in the...
I believe that a good first step in an authentication system would be having secure password hashing function according to latest security recommendation. I've spent several hours making one for...
As I said on Discord, I wanted to write a ppx for static assets hashing and cache bursting. The idea is like this: ``` let css_url = [%assets "style.css" ]...
Follow discussion here https://reasonml.chat/t/what-is-your-approach-to-test-a-reasonreact-binding/196/7
This is the type definition: ``` `hsl(int, int, int) `hsla(int, int, int, float) ``` bs-css expect the second and third value to be an int but in css, they are...
Currently, bs-css only supports the simplest format of flex property: `flex: 1` but there are more complex cases like: ``` flex: none /* value 'none' case */ flex: /* One...
Pretty much the same thing as #6 but for bs-css. I'll try to update the list when I encounter them: - [margin](https://github.com/SentiaAnalytics/bs-css/blob/30d0a296de9b66f569280a69b8bc4897732971b6/src/Css.rei#L446-L448)
I'm working on a fork of this starter site. I integrate an ng-admin to my project within 3 hours. I wonder how can I make the the panel as a...
# At discussion : https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site/issues/411 I clean up my code and share it there. Demo : http://ngadmin.khoanguyen.me/ Please prefer `readme.md` for informations and installation. ## Some short describes: - Have...