IOcmet

Results 44 issues of IOcmet

LLVM ERROR: 64-bit code requested on a subtarget that doesn't support it! lib/kernel/host/CMakeFiles/kernel_host_pentium2.dir/build.make:273: recipe for target 'lib/kernel/host/kernel-x86_64-pc-linux-gnu-pentium2.bc' failed make[2]: *** [lib/kernel/host/kernel-x86_64-pc-linux-gnu-pentium2.bc] Error 1 CMakeFiles/Makefile2:853: recipe for target 'lib/kernel/host/CMakeFiles/kernel_host_pentium2.dir/all' failed make[1]:...

I tried use this https://github.com/ocornut/imgui/issues/5725#issue-1389284741: ``` [DllImport("kernel32.dll")] static extern int MultiByteToWideChar(uint CodePage, uint dwFlags, string lpMultiByteStr, int cbMultiByte, [Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder lpWideCharStr, int cchWideChar); ``` ![image](https://user-images.githubusercontent.com/63492966/207629558-b256ffc2-e072-4b57-b68c-4660275a7c5a.png) But i can't type...

new feature
Stage1

(path)>go get -v github.com/Gskartwii/roblox-dissector/... github.com/Gskartwii/roblox-dissector imports github.com/robloxapi/rbxfile/xml: cannot find module providing package github.com/robloxapi/rbxfile/xml

https://github.com/CrucibleMC/Grimoire-legacy/blob/legacy-1.7.10/src/main/java/io/github/crucible/grimoire/mixins/forge/MixinLoader.java This is happening because mixins can't patch already loaded classes

Currently i copying unmanaged data[0] byte* array to managed byte[] with following code: byte[] managed = new byte[resampledFrame.linesize[0]]; for (int i = 0; i < resampledFrame.linesize[0]; i++) { managed[i] =...

I need to send data from the js node of the application to another application, but when I try to send it, it gives me an error Error: Unexpected server...

Here ` shadow.doFirst {` ` if (!files.empty) {` ` def libs = libsProvider.get()` ` libs.addAll files.collect { "${it.name}" }` ` manifest.attributes 'Class-Path': libs.findAll { it }.join(' ')` ` }` `...