Daniel Frederico Lins Leite

Results 81 issues of Daniel Frederico Lins Leite

When a different shell is configured on Windows (for example, Powershell), some of the shell power is lost using the .cmd approach. https://github.com/skywind3000/asyncrun.vim/blob/master/plugin/asyncrun.vim#L582 ``` let l:tmp = fnamemodify(tempname(), ':h') ....

I don't know if this is goes against the philosophy of the library or not, but I created a fork where you can call any function. With an extra syntax...

tip

This PR is for the xWebfarm (http://www.iis.net/downloads/microsoft/web-farm-framework) DSC resource. The resource tries to be as identical to the XML as possible. Example: https://github.com/xunilrj/xWebAdministration/blob/dev/Examples/Sample_xWebfarm_NewWebfarm.ps1 To understand all the functionalities implemented I...

abandoned

Hi, I am planning (actually have already started) to create the resource to control ARR webfarm. One can see the progress at: https://github.com/xunilrj/xWebAdministration/network https://github.com/xunilrj/xWebAdministration/tree/feature/MSFT_xWebfarm/DSCResources/MSFT_xWebfarm Does someone thinks that would be...

help wanted
resource proposal

## Summary Closes https://github.com/rome/tools/issues/3077. ## Test Plan ``` > cargo test -p rome_js_analyze -- shouty ``` with two new cases ```js let foo = "foo"; const A = "A"; export...

## Summary Expands https://github.com/rome/tools/issues/2979 with correctly not flagging self-invoking functions as unused. I don't consider this implementation complete yet. But we need to think about how to deal with complex...

https://github.com/rome/tools/blob/archived-js/website/src/docs/lint/rules/js/noUnusedVariables.md

A-linter

### Description This is an umbrella issue to improve the Analyzer correctness. - [ ] Increase automated coverage of the linter; - [ ] Run the analyzer against git repositories;...

umbrella

This issue is tracking all the implementation to achieve two tasks: 1 - Allow "go to definition" on the editor; 2 - Allow to warn against "unused Variables" when linting;...

umbrella
L-JavaScript
L-TypeScript
A-parser
A-Compiler
L-JSX

### Description Not everything on this list is a bug. They are bullet points that we need to address. We can choose to keep it like it is today. #...

umbrella
L-JavaScript
L-TypeScript
A-Parser
I-Normal