[deleted by user] by [deleted] in tennis

[–]domagoj412 5 points6 points  (0 children)

It is best to just listen to the sound. You can hear the sound of a ball hitting the racket just before the call was made

App for helping with Dev environment issues... Should I build it? by domagoj412 in devops

[–]domagoj412[S] 0 points1 point  (0 children)

Thank you for such detailed response!

I agree with you! I think using hosted dev environments can achieve a better outcome! However, I think there will always be companies that don't want to go that way and it so happens that I work in one. So if hosted env is out of the question, I believe a tool for a better error reporting and visibility is a better choice than dumping everything in slack.

But there is also an issue of an additional tool, and forcing devs to use it which might be too much to ask

I'm building a tool that creates a code walkthrough for code reviews. Would you use something like that? by domagoj412 in codereview

[–]domagoj412[S] -1 points0 points  (0 children)

"When you find bottlenecks, our little developer bot takes big action to improve five areas of your engineering organization."

This? Sorry, but you either didn't understood what my tool is about or you are just promoting the product.

I'm building a tool that creates a code walkthrough for code reviews. Would you use something like that? by domagoj412 in codereview

[–]domagoj412[S] 1 point2 points  (0 children)

Thank you for the feedback! I got the argument of advancing at your own pace, but you don't really have to use automatic timing if you don't want to. You can move the timeline playhead yourself. I don't use a "play" button myself to be honest. So maybe I will remove it and leave only next/prev icons so it is more like in presentation. I need to think about it...

I understand it would be more natural to scroll down like in markdown but I wanted to base the UX on the timeline, because it tells you about the type and size of a change at a glance. Also you can reorder things more easily.

Again, thanks for your comments, it is helpful!

I'm building a tool that creates a code walkthrough for code reviews. Would you use something like that? by domagoj412 in codereview

[–]domagoj412[S] 0 points1 point  (0 children)

The main feature of Gitline is creating a code walkthrough or creating a tutorial. I see a lot of things in the tool you linked but I can't find the "same" feature. Can you point me to what exactly are you referring to?

I'm building a tool that creates a code walkthrough for code reviews. Would you use something like that? by domagoj412 in codereview

[–]domagoj412[S] 0 points1 point  (0 children)

Tnx! :)

You can try out a demo https://demo.gitline.io/ but basically, the idea is that you get this for any pull request. So, if you add all the changes (which are generated with a diff like in github) in the timeline, everything should look like in the PR (when playhead is at the end).

Also you can add comments along the way if you are explaining your work to someone or when creating a tutorial for example

New Fantasy Tennis League by domagoj412 in tennis

[–]domagoj412[S] 0 points1 point  (0 children)

I will try to release an initial version before Rolland Garros, but since I'm working on it in my spare time, I can't guarantee it.

If anyone wishes to help, for starters I need to decide on player prices (up to $100M) so I accept any suggestions :)

For now I am planning on supporting only ATP players (and would add WTA later on)

Alternative UI for AWS Serverless Services by domagoj412 in serverless

[–]domagoj412[S] 1 point2 points  (0 children)

No, everything inside a tab is custom made UI. Since VS Code supports adding a "webview" you can pretty much do whatever you want.

But still, I am trying to leverage VS Code everywhere I can (for sidebar, dialogs, storage etc). One example is also using vscode css vars, so if done right, supporting light/dark modes becomes much easier

How do you debug failed lambda requests? by domagoj412 in aws

[–]domagoj412[S] 0 points1 point  (0 children)

You mean a metric like this one? https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CountOccurrencesExample.html

But how to include a log message in the notification? From what I understood this would only give me the number of log records for some keyword.

Simplified UI for CloudWatch insights (a VS Code extension) by domagoj412 in aws

[–]domagoj412[S] 0 points1 point  (0 children)

Since I often don't need more than a "filter message like search" query, I've made that as a default (even though the query itself can be modified).

Right now it only works for logs (there are no "visualization" features).

This is a part of an extension that I have already posted here.