spacehamster

Results 33 comments of spacehamster

@BigBoyBarney > It could be used to add tags or whatnot to the popup describing the exact verb form and the corresponding inflectional suffix etc. I don't understand what you're...

@ripose-jp I'm interested in seeing inflection explanations implemented like yomichan has (the "potential < negative < past" entries in the definition). I've make a fork that replaces mecab with a...

I find VirtualBox works well for Linux. I haven't found found a good solution for emulating Mac. Also, KingmakerModLoader doesn't support Mac.

@jarrard I didn't keep the exact error log, but it cause exceptions when the game tries to create new GUID's, likely due to the way KML inserts itself into the...

@Tyler-IN So installed it again, and i think the issue was that I had KingmakerModLoader.dll installed in the wrong folder. I had it installed in ~/Library/Application Support/Steam/steamapps/common/Pathfinder Kingmaker/Kingmaker.app/Contents/KingmakerModLoader/KingmakerModLoader.dll and was...

I'm looking at cook in the context of setting up projects. An example is a script that creates a visual studio project on windows, an xcode project on mac, and...

I was thinking of something like a command to disable checking for unknown file outputs, and then letting the user manage them with custom rules. Something like: ```python from cook...

This seems related to #7 I made some changes to get the current WinForms app running on linux and mac under mono. It isn't pretty on mac, but it works....

I'm having trouble finding instructions about even setting up Xamarin.Forms projects, particularly for mac. Is there a 'Hello World' style guide or example project somewhere? Can xamarin forms be cross-compiled...

Divs using background-url to display images does not pose any issues, it's just a matter of making disabling the display:none property and changing the layout to column instead of row....