Sahin Deniz

Results 60 issues of Sahin Deniz

Whenever I tried to pass colored strings as an argument to another function to print logs, it always returns with unknown characters instead of colorized strings. ```js function Write() {...

Hi @semiromid I have some suggestions about the types of parameters and their usages. Quoting from README.md ```js const compress_images = require("compress-images"); function MyFun() { compress_images( "src/img/**/*.{jpg,JPG,jpeg,JPEG,png,svg,gif}", "build/img/", { compress_force:...

enhancement

**Is your feature request related to a problem? Please describe.** Because of escaping characters on the key, I can't able to add brackets in key without having escaped characters. https://github.com/js-cookie/js-cookie/blob/b1d83a073525e00f87d8b4effa4804b8cb741f12/src/api.mjs#L21-L23...

feature request

I have an element inside an iframe, and I'm trying to compute its position from the parent window. However, when I give `transform: scale(2)` to iframe element, scale doesn't get...

Bug

## Environments * Framework name: Vanilla * Framework version: - * Moveable Component version: 0.34.2 * Testable Address(optional): _added blow_ ## Description When I create a moveable instance, the control...

bug
complete

## Environments * Framework name: - * Framework version: - * Moveable Component version: 0.27.2 * Testable Address(optional): https://jsfiddle.net/seahindeniz/zu6smLv0/ ## Description When `moveable.min.js` is being used along with [RequireJS](https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js), page...

## Environments * Moveable Component version: 0.27.1 * Testable Address(optional): https://codesandbox.io/s/funny-rubin-itisr?file=/src/index.ts ## Description Dragging the target element at first attempt works as expected (I assume). But after destroying the first...

question

Hi, Is there any setting/option to make the `require-param` rule to apply fixes by adding an object instead of properties in new lines? If not, I think moving forward with...

enhancement

I don't know what's causing this but I only installed the dependencies that shown on [Compiling on Ubuntu](https://github.com/olav-st/screencloud/wiki/Compiling-on-Ubuntu) page ```bash   ~  screencloud  ✔  Setting PYTHONHOME=/snap/screencloud/3/usr...

I have Ubuntu 18.04.4 and simply followed the instruction on this page https://github.com/olav-st/screencloud/wiki/Compiling-on-Ubuntu Running `make` ends with errors. Here are the following outputs ```   ~/Projects/screencloud   ...