H.Alper Tuna

Results 17 comments of H.Alper Tuna

@ry-dgel I experienced similar problem and your solution works well, thanks :tada:

Hi @NatalJR, I got it and published new patch `v1.4.0-alpha.2`. Now it supposed to be fixed.

Could you try adding `/` to each `to` property like this; ```js { label: 'Abertas', to: '/abertas' } ``` Also to `path` properties of ``s

You are right about pollution. It may take time to resolve this. By the time, you may disable auto add / update header using `let g:header_auto_add_header = 0` in your...

Hi @skwde I have checked markdown syntax for using three dashes `---` as a comment header. An example; ``` --- Some header --- ``` First three dashes are rendered as...

Hi @n0ne, Currently, it is not supported but I am thinking of adding this support in future

Hi @JPFrancoia, It won't update shebang after adding header. However at first adding as you said it ignores existing shebang. There is no feature for now but needed. If I...

I also don't like the Box2D API naming BUT to benefit Box2D manual and tuts on internet, changing API may not be a good idea. Instead I have some wrapper...

Hi @jreason, You can do it by putting a mark to active link, and simulates click event tracing parent with jquery. For example, if you put `active_link` class to child...

Better fix may be done like this; Here is `Serializable` type https://github.com/cloudflare/workerd/blob/4098ac7c038d5097c470b3b5413b598b52730b98/types/defines/rpc.d.ts#L30-L58 This line does not match interfaces ``` | { [key: string | number]: Serializable } ``` To make...