Ahmad Bamieh

Results 10 issues of Ahmad Bamieh

I was checking opportunities for us to improve page load perofmance for kibana. This is a meta issue with some of my findings. We can create PRs or separate issues...

discuss
Team:Core
Team:Operations
performance
enhancement

The clipboard extension allows you to paste images into your notebook. https://github.com/Bamieh/jupyterlab-clipboard 1. prompts user for path to save image as. 2. saves image on confirmation. 3. links image as...

I'm reading your book and its a great read so far! thanks. In the classes section, talking about super you mentioned the following: > 3.The only way to avoid calling...

Hey Nicholas, I am re-reading some parts of your book, and i could not just let go of this little point, so i wanted to share my thoughts with you....

In your book, you have the following line: > The tail call does not require access to variables in the current stack frame (meaning the function is not a closure)....

# Add support for pending cases ```javascript const it = sagaHelper(...); it('Pending when no function is passed'); it.skip('Pending when skip method is called', result => {}) ``` ## Result: ```...

It would be nice if there is a global option per document to set the used programming language, so whenever i'm writing a code block, i get the default language...

Hello I havent tried your component yet, but i am getting this error already because my application runs on both the server and client. > ReferenceError: window is not defined\n...

AWS now supports Node.js 14. This PR allows this package to support this node version https://aws.amazon.com/blogs/compute/node-js-14-x-runtime-now-available-in-aws-lambda/ - [x] Tested `lambda-tester` locally using node.js version `14.18.2` - [x] Tested the `lambda-tester`...

Whenever i change a service, i get the following on my console ``` verbose: Detected API change -- reloading controllers / models... verbose: Loading the app's models and any custom...

bug