khaled agrama

Results 10 issues of khaled agrama

CPU spikes to ~500% when * switching to a browser tab with Deno Deploy loaded * resizing the browser window, especially when size is increased past the mobile breakpoint It...

## Bug I've got a helm module with some tasks in it. The service resource is a deployment that is part of the chart. The pod spec in that deployment...

bug
enhancement
priority:medium

See https://github.com/commissure/redbox-react#style-object In my particular case, I just want to tweak zIndex. Shockingly, 9999 isn't high enough, and I don't have control over the host UI. I know that it's...

This happens because each entry creates a persistent connection to the server, via `EventSource` in `client.js`. Chrome and Firefox limit the number of open connections to the same domain to...

accepted

It appears that as of now, things are hard coded to to use `pypi.org`

python

Building on flake-parts, I'd like to create some base modules that allow developers to define "projects", like so: ```nix { some-config = "some-value"; projects.foo = { go.enable = true; };...

enhancement

I tried ``` nix shell github:numtide/nixpkgs-unfree/nixos-unstable#mongodb ``` And it started building mongodb from source. I was hoping this would be pulled from cache. Cache seems to be configured correctly in...

bug

Currently, if custom resources are being used, they have to be specified manually using `kubernetes.customTypes`. \ Furthermore, custom resources won't be validated at build time without manually defining a nix...

`kubernetes.api.resources` options generated as a result of specifying `kubernetes.customTypes` config values [currently assume](https://github.com/hall/kubenix/blob/71cb0a2a47eef8b7abe25ef3f8d49b4e0c216256/modules/k8s.nix#L181) that the custom types have a `spec` field. Though it may be convention, AFAIK it is not...