Adrian Preuß

Results 43 issues of Adrian Preuß

How i can use `Newtonsoft.Json` in `SharpDevelop` on my `WPF-Application`? **Informations** ``` SharpDevelop Version : 5.1.0.5216-0e58df71 .NET Version : 4.7.03056 OS Version : Microsoft Windows NT 6.3.9600.0 Current culture :...

Why, the Repo has an Wiki when its empty? Where i can find docs to use these over .NET & NuGet?

I wan't to tick manually the spinner. For sample ```javascript var countdown = new CLI.Spinner('Running... ', ['⣾','⣽','⣻','⢿','⡿','⣟','⣯','⣷']); countdown.start(); ``` let's run automatic. But i want to "move" the spinner programatically...

The `map` directory not exists, `testing_new_tileset.red` is missing. ``` java.io.FileNotFoundException: C:\Users\Bizzi\Desktop\FabulaEngine-master\Axe\assets\data\maps\testing_new_tileset.red (Das System kann die angegebene Datei nicht finden) ```

```lua Events:Subscribe('Player:Killed', function(player, inflictor, position, weapon, isRoadKill, isHeadShot, wasVictimInReviveState, info) if player.soldier ~= nil then player:SpawnSoldierAt(player.soldier, player.soldier.worldTransform, CharacterPoseType.CharacterPoseType_Stand) end end); ``` ``` Crash ID: a8d58349-6cdf-4873-99b2-dffd04e03f7a Build Number: 17487 Release Branch:...

bug
low priority
VeniceEXT
crash

`DeviceAvailable` calls only when devices found when using `SearchAsync`. Serves RSSDP here a method, when the search is ended with no results, for sample: ``` deviceLocator.DeviceAvailable += OnDeviceResponse; deviceLocator?.SearchAsync(delegate() {...

### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal Some `` form elements will be styled,...

feature
css
design

protobuf.js version: `7.2.5` I've tried to load the module, **exactly** described in the docs on following page: https://www.npmjs.com/package/protobufjs#using-the-js-api ```js import { load } from 'protobufjs'; ``` ``` file:///opt/WoRPG/Network/Protocol/Packet.js:1 import {...

I've tried to use byte-buddy with their examples. But why some methods are not available? ![image](https://github.com/raphw/byte-buddy/assets/1371300/cfb0004d-40db-4b35-8200-805955c071cc) ```!java import net.bytebuddy.*; import net.bytebuddy.dynamic.*; import net.bytebuddy.dynamic.loading.*; import net.bytebuddy.implementation.*; import net.bytebuddy.pool.*; class Foo {...

question