nodingneu

Results 10 issues of nodingneu

Can I change the color to something other than the blaring red?

enhancement
priority-medium

00:00 to 14:00 I would like to block youtube.com 14:00 to 18:00 I would like to block stackexchange.com Does this script support that yet?

I use TabNine in vim. When I start vim (with simply `vim`, empty editor), the TabNine process is created and consumes 1.37 GB of memory. That seems insane already. For...

Type: bug
help wanted

Trying to convert this innocuous, default for each block into JavaScript results in the error > TypeError: null is not an object (evaluating 'block.getField('VAR').getText') in [line 145, loops.js](https://github.com/microsoft/pxt-blockly/blob/7441f66329e373809d4906c2c2670515df1f6c4a/generators/javascript/loops.js#L145) ```js var...

I can define blocks like this: ```ts namespace pxsim.myblocks { //% block="for $item in $list" //% draggableParameters export function forEach(list: any[], handler: (item: any) => void): void { for (let...

This says that it can work in `xml` files but I can't seem to navigate between tags. Say I have this structure: com.google slides 1.0 system ${basedir}/lib/lib.jar Which my cursor...

How can I full-screen the IINA app but not scale the video? Play the video at original size (black borders)

Adding the required eval "$(pyenv virtualenv-init -)" to my zshrc makes the prompt load much slower than without. What's the reason for this?

It won't render a µ ```tex \documentclass[a4paper,12pt]{article} \usepackage[utf8]{inputenc} \usepackage{pythonhighlight} \begin{document} \begin{python} µ = 5 \end{python} \end{document} ``` > Package inputenc Error: Invalid UTF-8 byte "B5.

In addition to the current beatmap editor, allow beatmap creators to play the song over a blank beatmap, and when they click it puts a circle there, and when they...

area:editor
priority:3