Ahmet Alp Balkan

Results 195 issues of Ahmet Alp Balkan

I create a lot of links with rel/relref, if this plugin helped me type the right filename in those, it would be immensely helpful.

`godef` seems to be unusually slow when used in a project using Go modules. This is making vscode-go extension slower. Here's a repro that depends on 1 external module (and...

This tool right now adds a link with http:// for Apache 2.0 license ``` // Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License");...

https://astaxie.gitbooks.io/build-web-application-with-golang/en/06.1.html Bug or by design?

This project is awesome. It would be even more awesome if it detected monospace fonts (e.g. Courier, Roboto Mono) and produced inline markdown surrounded with single backticks (producing a `foo`)....

"Widont" is a common practice in blogging/CMS world that prevents a situation where a line break happened and there's only one world at the end. - https://www.npmjs.com/package/widont - https://www.drupal.org/project/widont -...

I am trying to build a small man-in-the-middle proxy tool for inspecting gRPC client/server traffic. So I am using this goproxy to almost build a reverse-proxy server. What I'm seeing...

Repro: `brew install asciinema2gif` ``` $ asciinema2gif -s small -t solarized-dark -o demo2.gif https://asciinema.org/api/asciicasts/dD9UhCIaPw13znirhmGUnNJtd >> Dimensions: undefinedxundefined >> Preparing window ... TypeError: undefined is not an object (evaluating 'el.dispatchEvent') undefined:47...

GitHub workflows use YAML as the preferred syntax. https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions After learning that I found the syntax in the README hard to understand and integrate. Hope you consider switching to yaml...

For a while now, the leading terminal emulator for macOS, iTerm2, has been offering customizable widgets: ![image](https://user-images.githubusercontent.com/159209/103031523-daf2b880-4512-11eb-99c7-6a7ec9ea2bef.png) One can easily configure their own widget by calling out to a script,...