-
`def clean_text(text):
for i in range(len(text)):
text[i] = text[i].lower()
text[i] = re.sub(r'@[A-Za-z0-9]+', '', text[i])
text[i] = re.sub(r'#', '', text[i])
…
-
We are currently using parcel-bundler version 1, but version 2 was recently released in a different library called [parcel](https://parceljs.org/getting-started/webapp/).
- Uninstall parcel-bundler…
-
I find method to seen stroy with url: `/api/v2/media/seen/`, but what is the url for seen a video post?
-
#### I've:
- [ X] {Searched} in [Issues](https://github.com/ramtinak/InstagramApiSharp/search?type=Issues)
- [X ] {Checked} [Example projects](https://github.com/ramtinak/InstagramApiSharp/tree/m…
-
**Playbook Configuration**:
My `vars.yml` file looks like this:
```yaml
---
# The bare domain name which represents your Matrix identity.
# Matrix user ids for your server will be of the form…
-
it seems intresting// may i know what this project is about??
-
In instauto I'm seeing Action Blocked sometimes. I solved this by using [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth…
-
Goals may very well be SSG and SSR but SSR seems to be a little bit of a misnomer.
Why?
SSR means you have a server — and therefore a program — to _dynamically_ render pages. What’s wrong with t…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code…
-
Deploy to some kind of beta system where users (potentially pre-registered) can try the app.
I believe we use https://fastlane.tools at Artsy.