Andrey Pfau

Results 32 issues of Andrey Pfau

``` curl -s "https://raw.githubusercontent.com/ton-blockchain/ton/master/tl/generate/scheme/lite_api.tl" \ > | go run github.com/gotd/tl/cmd/tl-print panic: failed to parse line 15: definition: failed to parse param: failed to parse type: invalid name "4*[" goroutine 1...

enhancement

At the moment, structures have an implicit method `.toCell()` which cannot be resolved in the IDE Posible solution: Add trait like `BaseTrait`, but for structures with declaration of `toCell()` method

This commit modifies send_message_ex to use AdnlMessageNop for empty payloads instead of AdnlMessageCustom. This change prevents exceptions in ADNL node implementations that expect non-empty messages, particularly addressing issues with reverse-ping...

## Bevy version 0.14.0 ## \[Optional\] Relevant system information ```ignore AdapterInfo { name: "Apple M1 Pro", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal } ```...

C-Bug
A-Windowing
O-MacOS

``` Can't find template Fift File com.intellij.diagnostic.PluginException: Template not found: Fift File [Plugin: org.ton.intellij-ton] at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.lambda$getInternalTemplates$0(FileTemplateManagerImpl.java:225) at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processWithPluginDescriptor(ExtensionPointImpl.kt:1086) at com.intellij.openapi.extensions.ExtensionPointName.processWithPluginDescriptor(ExtensionPointName.kt:143) at com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl.getInternalTemplates(FileTemplateManagerImpl.java:220) at com.intellij.internal.statistic.collectors.fus.fileTypes.FileTypeUsageCounterCollector$BundledFileTemplateValidationRule.doValidate(FileTypeUsageCounterCollector.java:315) at com.intellij.internal.statistic.eventLog.validator.rules.PerformanceCareRule.validate(PerformanceCareRule.java:19) at com.intellij.internal.statistic.eventLog.validator.rules.beans.EventGroupRules.acceptRule(EventGroupRules.java:200) at com.intellij.internal.statistic.eventLog.validator.rules.beans.EventGroupRules.validateEventDataValue(EventGroupRules.java:186)...

bug

``` java.lang.IllegalStateException: Storage for [/Users/andreypfau/Library/Caches/JetBrains/IntelliJIdea2024.2/index/stubs/org.ton.intellij.func.stub.index.funcnamedelementindex/org.ton.intellij.func.stub.index.FuncNamedElementIndex.storage] is already registered at com.intellij.util.io.FilePageCache.registerPagedFileStorage(FilePageCache.java:410) at com.intellij.util.io.PagedFileStorage.(PagedFileStorage.java:74) at com.intellij.util.io.ResizeableMappedFile.(ResizeableMappedFile.java:70) at com.intellij.util.io.PersistentBTreeEnumerator.(PersistentBTreeEnumerator.java:130) at com.intellij.util.io.PersistentEnumerator.createDefaultEnumerator(PersistentEnumerator.java:53) at com.intellij.util.io.PersistentMapImpl.(PersistentMapImpl.java:167) at com.intellij.util.io.PersistentMapImpl.(PersistentMapImpl.java:142) at com.intellij.util.indexing.impl.MapIndexStorage.lambda$createPersistentMap$2(MapIndexStorage.java:135) at com.intellij.util.io.PersistentHashMapValueStorage$CreationTimeOptions.with(PersistentHashMapValueStorage.java:134) at com.intellij.util.indexing.impl.MapIndexStorage.createPersistentMap(MapIndexStorage.java:125) at com.intellij.util.indexing.impl.MapIndexStorage.createValueContainerMap(MapIndexStorage.java:141)...

bug