alex bezek

Results 39 issues of alex bezek

## Expected Behavior The achievements Section when clicked expands to show its full content and can then be closed after. ## Current Behavior On mobile devices it does this, then...

bug

I would like to increase the google lighthouse scores of Accessibility and SEO Example scores from my home page: ![image](https://user-images.githubusercontent.com/8029578/96658148-d42ca700-1311-11eb-8dba-8a7459c25a5a.png) ![image](https://user-images.githubusercontent.com/8029578/96658166-db53b500-1311-11eb-8cf5-7a0a34e8ab2d.png) I took an initial stab at updating the home...

enhancement

Your docs have the following link in a few spots https://gosparta.io/images/overview/graph.html https://github.com/mweagle/Sparta/search?q=images%2Foverview%2Fgraph.html&unscoped_q=images%2Foverview%2Fgraph.html The link 404's https://gosparta.io/images/overview/graph.html ![image](https://user-images.githubusercontent.com/8029578/70378913-098ff800-18ec-11ea-95f7-fbb76788910b.png) I can't find a graph.html anywhere. I do see it is listed in...

Hello, would it be possible to add the ability to search issues and would you accept it as a contribution? Great workflow btw!

feature request

![image](https://user-images.githubusercontent.com/8029578/115101150-d01fc180-9f0f-11eb-94e0-93cbbbc1a6b7.png) Is this app the one shown in the videos? I was curious if i was missing something to enable the nifty dynamic graphic or if thats not open source...

Not sure if this repo is maintained but it looks like your domain name might have been hijacked. It takes you to a porn site now. Not sure where else...

as a part of the notes.txt that runs after the helm installation, we should output some useful information about next steps the user could take to see some useful functionality...

enhancement
area/helm-chart

Currently we have some github actions that will release new `latest` docker images on each push to main and it will publish a new release of our helm chart on...

documentation
area/release

While we have our e2e suite to test overall functionality, we should also setup lower level tests. * Plain go unit tests where they provide value * Kubebuilder tests frameworks...

testing

We get lots of events of updates to status and finalizers that we don't need to see twice. We could filter some out with a predicate https://stuartleeks.com/posts/kubebuilder-event-filters-part-1-delete/

area/controller