Giter VIP home page Giter VIP logo

fahad's People

Stargazers

 avatar

Watchers

 avatar

fahad's Issues

> I know what a .DS_Store file is.

I know what a .DS_Store file is.

My point is, and what I’m trying to communicate, is that this app has an issue with these files.

I literally cannot do a commit or a push when this file is in changes and gets staged. So I’m just trying to say that the app brakes for this type of file and needs to be fixed.

I’ve already put my ignore file there on the repo and pushed changes from another device. But at this point I can’t even sync changes. I’m going to have to delete my local files and re-clone the repo.

But again the point of this is to bring up the issue the app has with these files.

Thank you for the clarification. I will try to replicate this problem on my device.

Originally posted by @bummoblizard in thebaselab/codeapp#310 (comment)

Originally posted by @oboha55 in #2

Part of #924

Part of #924

Goal

To reduce the amount of imports from file that should be moved to the x-data-grid package to files that should be moved to the x-data-grid-pro package.

New behavior

Interface based on the package

If you import GridApi, GridState or GridInitialState from @mui/x-data-grid, you will have the community version.
If you import GridApi, GridState or GridInitialState from @mui/x-data-grid-pro, you will have the pro version.

Internally we use GridApiPro and GridApiCommunity while waiting for the bundle split.
Afterwards, we should be able to simplify things.

For all the interfaces depending on the api (for instance GridRenderCellParams to type its api param or GridColDef to type its renderCell params through GridRenderCellParams), I added an Api generic which extends GridApiCommon.
When exported from @mui/x-data-grid, the default generic value is the community api, when exported from @mui/x-data-grid-pro, the default generic value is the pro api.

Untyped interfaces

Some use case were to complicated to cover for now.
For instance, the columns prop of DataGrid has the type GridColumns. Otherwise, you could have errors when passing pro columns to the community version because TypeScript consider that the pro and community api are not compatible.

createSelector

The method now ask as a parameter the largest state used in one of its sub-selectors.

For instance the following selector will ask for GridApiPro because gridRowGroupingModelSelector is a pro selector.

const mySelector = createSelector(gridPageSizeSelector, gridRowGroupingModelSelector, () => null)

Note: Everything still works with the apiRef, I just simplified the typing to accept a ref which extends { instanceId: number, state: S }

What's next ?

In v6 we should drop all the api parameter to reduce as much as possible the scope of the plan-based typing.
This requires to open the apiRef to the community plan (which should be fairly easy after this PR).

Originally posted by @flaviendelangle in mui/mui-x#3648

### Describe the issue

Describe the issue

I'm trying to create component with VCS base on existed repo with .po files. But after some delay weblate shows this message.

This component is incomplete as there are no translations available. (translated from russian)

- It is possible to create new translations, especially in Weblate, and charge files based on the file mask.
- Whether the file mask of products/*.po files occurs in the repositories of your version control system.

Original message:

Этот компонент является неполным, так как отсутствуют какие-либо переводы.

- Возможно создание новых переводов, особенно в Weblate, и при этом обвинения файлов на основе маски файла.
- Встречается ли форма файла products/*.po файлов в репозиториях вашей системы контроля версий.

I'm trying to import two languages with 850k phrases each with ~60Mb file size.

Repo structure:

products
- ru.po
- kk.po
categories
- ru.po
- kk.po
properties
- ru.po
- kk.po

Other components (categpries, properties) imported well. But they don't have such big size.

Q: What can I do for bypass this problem?

I already tried

  • I've read and searched the documentation.
  • I've searched for similar issues in this repository.

Steps to reproduce the behavior

  1. Need to have big .po file with ~850k phrases
  2. Upload this file to VCS
  3. Try to create component from repo where file localed

Expected behavior

All phrases are imported

Screenshots

No response

Exception traceback

No response

How do you run Weblate?

PyPI module

Weblate versions

$ weblate list_versions
 * Weblate: 4.16.4
 * Django: 4.1.8
 * siphashc: 2.1
 * translate-toolkit: 3.8.6
 * lxml: 4.9.2
 * Pillow: 9.5.0
 * nh3: 0.2.9
 * python-dateutil: 2.8.2
 * social-auth-core: 4.4.1
 * social-auth-app-django: 5.2.0
 * django-crispy-forms: 2.0
 * oauthlib: 3.2.2
 * django-compressor: 4.3.1
 * djangorestframework: 3.14.0
 * django-filter: 22.1
 * django-appconf: 1.0.5
 * user-agents: 2.2.0
 * filelock: 3.10.7
 * rapidfuzz: 2.15.0
 * openpyxl: 3.1.2
 * celery: 5.2.7
 * django-celery-beat: 2.5.0
 * kombu: 5.2.4
 * translation-finder: 2.15
 * weblate-language-data: 2023.3
 * html2text: 2020.1.16
 * pycairo: 1.23.0
 * pygobject: 3.44.1
 * diff-match-patch: 20200713
 * requests: 2.28.2
 * django-redis: 5.2.0
 * hiredis: 2.2.2
 * sentry_sdk: 1.19.1
 * Cython: 0.29.34
 * misaka: 2.1.1
 * GitPython: 3.1.31
 * borgbackup: 1.2.4
 * pyparsing: 3.0.9
 * pyahocorasick: 2.0.0
 * python-redis-lock: 4.0.0
 * charset-normalizer: 3.1.0
 * Python: 3.11.2
 * Git: 2.39.1
 * psycopg2-binary: 2.9.6
 * phply: 1.2.6
 * ruamel.yaml: 0.17.21
 * tesserocr: 2.6.0
 * boto3: 1.26.109
 * zeep: 4.2.1
 * aeidon: 1.12
 * iniparse: 0.5
 * Mercurial: 6.4
 * git-svn: 2.39.1
 * git-review: 2.3.1
 * Redis server: 5.0.3
 * PostgreSQL server: 14.4
 * Database backends: django.db.backends.postgresql
 * Cache backends: default:RedisCache, avatar:FileBasedCache
 * Email setup: django.core.mail.backends.smtp.EmailBackend: <mail>
 * OS encoding: filesystem=utf-8, default=utf-8
 * Celery: redis://127.0.0.1:6379, redis://127.0.0.1:6379, regular
 * Platform: Linux 4.18.0-408.el8.x86_64 (x86_64)

Weblate deploy checks

No response

Additional context

No response

Originally posted by @infureal in WeblateOrg/weblate#9318

Hi,

Hi,

@hermanzdosilovic can you estimate how much work would it be, to get an "Autoformat" button working?

I figured the easiest solution could be:

  1. take the source, send it to the judge api
  2. use astyle as "compiler"
  3. write the output back to the Implementation window (which might be the hard part)

For the Background: I am evaluating Online IDEs and i like the clear and simple structure of the judge0 IDE.
I've got a student research assistant which i want to give the task to get judge0 running with MPI support for multiple cluster nodes, since i want to use it to teach parallel programming. So while being at this, i am evaluating if i also want him to add this comfort feature, just to improve the readability of code. :)

Thank you and your pals for this nice platform!

Have a very good day,
Ronny

Originally posted by @TeaObvious in judge0/ide#54

Currently, it is not detected as a tracker by WhoTracks.me, but perhaps it should be. In the raw data (`tp_events`), third-party requests do exist. The question is now whether it should have be detected as a third-party tracker. And if so, why are the algorithms missing it?

Currently, it is not detected as a tracker by WhoTracks.me, but perhaps it should be. In the raw data (tp_events), third-party requests do exist. The question is now whether it should have be detected as a third-party tracker. And if so, why are the algorithms missing it?

(Context: originally reported here whotracksme/whotracks.me#261)

Originally posted by @philipp-classen in whotracksme/whotracks.me#262

> > I know what a .DS_Store file is.

I know what a .DS_Store file is.

My point is, and what I’m trying to communicate, is that this app has an issue with these files.

I literally cannot do a commit or a push when this file is in changes and gets staged. So I’m just trying to say that the app brakes for this type of file and needs to be fixed.

I’ve already put my ignore file there on the repo and pushed changes from another device. But at this point I can’t even sync changes. I’m going to have to delete my local files and re-clone the repo.

But again the point of this is to bring up the issue the app has with these files.

Thank you for the clarification. I will try to replicate this problem on my device.

Originally posted by @oboha55 in thebaselab/codeapp#310 (comment)

I know what a .DS_Store file is.

I know what a .DS_Store file is.

My point is, and what I’m trying to communicate, is that this app has an issue with these files.

I literally cannot do a commit or a push when this file is in changes and gets staged. So I’m just trying to say that the app brakes for this type of file and needs to be fixed.

I’ve already put my ignore file there on the repo and pushed changes from another device. But at this point I can’t even sync changes. I’m going to have to delete my local files and re-clone the repo.

But again the point of this is to bring up the issue the app has with these files.

Originally posted by @dvelopin in thebaselab/codeapp#310 (comment)

Originally posted by @oboha55 in #1

> I know what a .DS_Store file is.

I know what a .DS_Store file is.

My point is, and what I’m trying to communicate, is that this app has an issue with these files.

I literally cannot do a commit or a push when this file is in changes and gets staged. So I’m just trying to say that the app brakes for this type of file and needs to be fixed.

I’ve already put my ignore file there on the repo and pushed changes from another device. But at this point I can’t even sync changes. I’m going to have to delete my local files and re-clone the repo.

But again the point of this is to bring up the issue the app has with these files.

Thank you for the clarification. I will try to replicate this problem on my device.

Originally posted by @bummoblizard in thebaselab/codeapp#310 (comment)

I know what a .DS_Store file is.

I know what a .DS_Store file is.

My point is, and what I’m trying to communicate, is that this app has an issue with these files.

I literally cannot do a commit or a push when this file is in changes and gets staged. So I’m just trying to say that the app brakes for this type of file and needs to be fixed.

I’ve already put my ignore file there on the repo and pushed changes from another device. But at this point I can’t even sync changes. I’m going to have to delete my local files and re-clone the repo.

But again the point of this is to bring up the issue the app has with these files.

Originally posted by @dvelopin in thebaselab/codeapp#310 (comment)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.