Marat Nagayev

Results 34 issues of Marat Nagayev

TypeError: Cannot read property 'data-src' of undefined at react-awesome-slider/dist/index.js:1:20395 My code: ``` const [projects, setProjects] = React.useState([]); React.useEffect(() => { fetch("p.json") .then((data) => data.json()) .then((data) => setProjects(data)) .catch((err) => console.error(err));...

## Description I have installed spleeter using README's method. When I tried to run spleeter I get `ModuleNotFoundError: No module named 'llvmlite.binding.dylib'`. ## Step to reproduce 1. Installed using readme...

bug
invalid

# README fixes - [X] I read [contributing guideline](https://github.com/deezer/spleeter/blob/master/.github/CONTRIBUTING.md) - [X] I didn't find a similar pull request already open. - [X] My PR is related to Spleeter only, not...

I think I can translate readme.md from English to Russian.

Hacktoberfest
translation
seeking-contributor

Сейчас версия для node неудобная. Мне нужно писать: ```js require('yopta'); console.log(globalThis.yopta); ``` вместо ```js const yopta = require('yopta'); console.log(yopta);

bug

Нужны комментарии. Типо Ийоптакомент=/* так же yopta.min.js можно сделать загрузечным после страницы window.onload= //yopta.min.js так можно будет подключать скрипт в начале страницы.

help wanted

При запуске `npm install` выводит кучу deprecated. Надо обновить зависимости.

My Firefox (v.77) raised warning: This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. I...

needs more info

-i^2==-1 But (-i)^2==F FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF...

Why you have used Python2? UPD: works on Python3 Plz update readme(replace python python3).