Krzysztof Romanowski

Results 7 issues of Krzysztof Romanowski

Hi, In Aptana 3 Tab key for expanding abbreviation has some strange behavior. For example: pos:r is expanded to: position: relative; but pos:a is expanded to: pos:p[name="string"] property: value (should...

I was wondering if this is possible to refresh all NSLocalizedStrings after injection? Now, when I inject the code and re-render the view in "injected" method, instead of proper translated...

For ex. I want to watch whole folder (full of various files), without one file "foo.rb"? Can I do it? How? Thanks, Chris

**Author the user story for this feature** As a developer, I want to have CostReport.txt file as a structurized file like JSON or YAML so I can parse it easily...

Feature

When I invoke code: ``` const urlsArray = [] // more than 10 items let imagePromises = [] urlsArray.forEach(item => { const imagePath = `./tmp/${item.id}.jpg` const captureWebsitePromise = captureWebsite.file(item.url, imagePath,...

bug
help wanted

**Is your feature request related to a problem? Please describe.** Maybe not a problem, but running it every time I open a new window is annoying. I thought, that maybe...

Why is that the `tinytuya` doesn't work with [supervisord](http://supervisord.org/index.html)? I have a tiny script to control my lights: ``` #!/usr/bin/python3 import tinytuya from ping3 import ping def setDevices(): val =...