Shane Creighton-Young

Results 69 comments of Shane Creighton-Young

Yeah, it's a pretty tricky problem. I wonder if we could do something like [Apache Device Map](http://devicemap.apache.org/devicemap/) but for MMS network configuration; Apache Device Map is a pretty new (like.....

Someone at a company called SoftCoil has done what I described: https://github.com/cavanm/apn-defaults/blob/master/src/com/softcoil/ApnDefaults.java Their data is pretty good and up to date, you can check it out at http://apn.softcoil.com. Also, it...

No code at hand, let me try to explain again. The issue is that importing ninja changes the behaviour of non-Ninja endpoints in the same app. Imagine I have a...

Thank you very much for reading the solutions. Unfortunately I can no longer tell left from right with regards to these problems. I will leave this open in case I...

typescript and typescript-tsx have different syntax see [tree-sitter-typescript](https://github.com/tree-sitter/tree-sitter-typescript) It's a conflict between `` JSX syntax and the `foo` Typescript casting syntax. In typescript-tsx you cast using `foo as number`. see...

Turns out tree-sitter-langs already comes with the TSX grammar, you can set it up with a typescript-tsx mode. Still missing TSX highlighting queries I think. but this is a pretty...

If that is the problem that copying sibling files over solves, then I think a better solution might be in order... maybe metalsmith-permalinks could provide some metadata about the directories?...

Using symlinks instead of actually copying over files is another option.

I'm not sure about the global directory metadata feature. Consider this source dir.. ``` $ ls -R source/ index.html post.html jobs css jobs: resume.html css: style.css ``` If `index.html`, `post.html`,...

Are you sure? I think adding new file metadata about the original source directory structure would be a really clever and transparent solution. Would basically be a map of relative...