나라뜨

Results 7 issues of 나라뜨

👉️ Please describe what you were doing when this error happened. **Specifications** - **OS**: win32 10.0.19045 - **IPFS Desktop Version**: 0.33.0 - **Electron Version**: 19.1.9 - **Chrome Version**: 102.0.5005.167 **Error**...

kind/bug
need/triage

Even though the code becomes a bit messy, it will provide some support for Aot building. The example of effects: https://github.com/naratteu/HexRR/commit/e64e8374c6ecb2cf75d0d8ad7003b287cd461fd0

https://github.com/user-attachments/assets/1055af9e-c28c-424b-ae4a-a43922e78ea7 It makes URL delivery smoother.

`IXLTableField.DataCells`는 `IXLRangeBase`가 아니기 때문에 `CreateDataValidation`, `AddConditionalFormat` 등을 적용할 수 없습니다. ```cs static IXLRangeColumn GetDataRange(this IXLTableField field) { var num = field.Column.ColumnNumber(); return field.Table.DataRange.Column(num); } ``` 위와같이 구해내긴 했으나, 라이브러리 내부에서...

I attempted to run Swift using Iril on my arm64 Windows 11 PC by following the steps below, but I encountered an error. ```bash > docker run -it --rm -v...

### Feature description Just like `apt_info_script.sh` is included in the resource path of the APK, I would like to embed a shell script that automatically runs either on first launch...

```csx #r "nuget: Jurassic, 3.2.9" var engine = new Jurassic.ScriptEngine(); engine.SetGlobalValue("console", new Jurassic.Library.FirebugConsole(engine)); engine.Execute(""" const ramda = (a, b) => a + b; console.log(ramda(3,4)); // 7 """); ``` ```log Error:...