-
@adguard-bot commented on [Sun Mar 31 2019](https://github.com/AdguardTeam/AdguardFilters/issues/31862)
### Issue URL (Social Widget)
[NSFW][https://www.roblox.com/my/account#!/info](https://adg…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
I followed the instructions at these three links:
https://clang.llvm.org/docs/MemorySanitizer.html
https://github.com/google/sanitizers/wiki/MemorySanitizer
https://github.com/google/sanitizers/wik…
-
Right now, Rojo runs on the same security level as every other plugin which has its limitations. Things like Terrain and Union importing are going to need to go through the internal pipeline to become…
-
I am getting a name error with this code:
```
import robloxapi
rbx = robloxapi.client()
print(rbx.Auth.IsUsernameTaken("Roblox"))
```
Error:
```
line 28, in IsUsernameTaken
if json.loads(r)…
-
Background info: I'm using rbx-net with roblox-ts to create a turn-based game. A network design pattern that feels idiomatic for the game is to have a RemoteFunction named "AskPlay" that waits for the…
-
Code that I attempted to get working:
```python
>>> import robloxapi
>>> rbx = robloxapi.client()
>>> profile = rbx.User.getProfile(1)
```
The error:
```
Traceback (most recent call last):
…
-
I'd like to start applying some rules in compilation that make sense in the context of Roblox Studio.
If we detect a `rojo.json` (or `rofresh.json`) file and we can recognize a pattern where a `*.c…