-
I am experiencing an issue with the @rbxts/flamework-binary-serializer@0.6.0 package. Here is my code:
```ts
interface TryOnItemInStorePackedObject {
itemId: DataType.f64;
itemType: "Asset" | …
-
It would be great to not only be able to enable verbose logging via the `flamework.json`. A solution could be a verbose parameter in the `.ignite` function.
-
```luau
local root = prvd.start()
-- later, shutdown is also binded to game.Close
root.shutdown()
---
local event = Lifecycle("onEvent", prvd.fireConcurrent)
function event:shutdown()
-- …
-
После запуска TestApp появляется белое окно с заголовком MainWindow и спустя несколько секунд закрывается.
- OneScript-1.8.4, OneScript-1.9.1
- ОС: Windows 10 Pro 10.0.19045
-
(this is a template with Roact installed. @rbxts/react)
```json
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.1",
"@rbxts/types": "^1.0.775",
"@typescript-eslint/eslin…
-
Switch from `@rbxts/t` to a more powerful custom system which can include richer errors (e.g explaining what fields were incorrect), allowing recursive guards (but not cyclic) and including debug info…
-
Looks like when an HTTP request times out `lib_http` reports it as `ok`. This is not a Boundary Issues issue specifically, so we should upstream the fix to other Flamework repos.
Here's the `$rsp` …
-
```ts
import type { Components } from '@flamework/components';
import { BaseComponent, Component } from '@flamework/components';
import type { OnStart } from '@flamework/core';
import { Service } …
-
### Describe the bug
Copying to the clipboard doesn't do anything, nothing gets copied.
I am using copyq and I see that nothing shows up in copyq.
### Steps To Reproduce
Steps to reproduce the beh…
-
current required code:
```
runEvent(){
// handle event
}
onStart() {
Events.testEvent.connect(() => {
this.runEvent()
});
// other code
}
```
poten…