nonopolarity

Results 15 comments of nonopolarity

an arc function which can draw part of a circle... such as circle, radius 100, from degree 0 to 180. Example: http://stackoverflow.com/questions/5061318/drawing-centered-arcs-in-raphael-js and http://stackoverflow.com/questions/5646522/any-raphaeljs-guru-knows-how-to-draw-this-image

> Seems like a good idea to improve the list order! > > This behavior is done by [`serve-index`](https://www.npmjs.com/package/serve-index) which seems not to be maintained anymore. > > I maintain...

> I have made the changes. Will be available in the next update. I would have tried to make the changes... if I could get credit for `live-server`

> Not sure what you mean. marked doesn't write to any files. when we do `marked -i README.md -o README.html`

> You want an option to make sure the input file is not the same as the output file? note `marked -i README.md -o README.html` the `md` vs `html`

for example, Bash has an option to set `noclobber`, and when we use any app, we save it as `README.html`, it'd say the file already exists, would you like to...

one coworker was saying everybody in the team should turn on "remove trailing space" in the code editor, or else the line seems to be changed by that person but...

> Hi @jianlin, > thank you for reporting this. > > It is a kinda funny and silly mistake on our side - our CI pipeline checks that all stub...

Right now this work flow seems to work fine: edit `epi_judge_python/sorted_array_remove_dups.py` and run `python3 ` to test it. When done, ```bash mv epi_judge_python/sorted_array_remove_dups.py epi_judge_python_solutions/sorted_array_remove_dups.mine.py ``` it will get into CI...

> Is this documented anywhere? I can't find any documentation around this even though it works > use `_dealy` > > #100 so I think you mean use `_delay` so...