David
David
> This is currently not possible. > > If we had a way to list a provider's available locales, you could have a that creates a different instance of `faker`...
> I think it does: > > ```python > >>> from loguru import logger > >>> @logger.catch > ... def add(a, b): > ... return a + b > ......
The same with ubuntu 20.04 LTS and python 3.10.4 (older python versions working OK) ``` david@david-ThinkPad-T14s-Gen-2i:~$ poetry -V Poetry version 1.1.14 ```
You can do it more easily: ``` a = 1111 assert a + 1 == 1112 # True assert a + 1 is 1112 # False ``` The key point...
The latest version (https://github.com/GetStream/react-native-activity-feed/issues/193#issuecomment-1063817650) was causing some warnings. Below is an updated by ChatGPT: declare module 'react-native-activity-feed' { import { Component, ReactNode } from 'react'; import { StreamClient, StreamUser }...