Marcell Pünkösd

Results 9 issues of Marcell Pünkösd

Currently urls for posts are pre-generated. By allowing the generation of the url (or parts of it) it would be possible to create more secure preview urls. The static key...

request

I've recently installed this plugin to my server, and I was playing around with door closing. Putting a lock on double or single iron door, and then trying to open...

Sticker comments looks like this: ![stickers](https://cloud.githubusercontent.com/assets/15109222/10459700/032f2eb6-71d1-11e5-8c45-8898ecd8264c.png) Regular comments (without stickers): ![nostickers](https://cloud.githubusercontent.com/assets/15109222/10459699/031f5f9a-71d1-11e5-8c9d-d5885258c552.png) there's an extra [sticker] sign at the end of every comment.

The current method for installing, and setting up minecraftd is quite tedious, even if it's marked "simple". The current method allows a lot of customization, but there should be a...

help wanted

After piping "say kaki" into minecraftd the daemon stopped sending out anyting (including history) output: ``` marcsello@celestia:~$ echo "say kaki" | minecraftd Session closed ``` After that, issuing 'minecraftd' does...

bug

According to the API documentation here: https://developer.ibm.com/apis/catalog/ns1--ibm-ns1-connect-api/api/API--ns1--ibm-ns1-connect-api#getRecord , the answer fields of the record resource has a "feeds" field. However this field is missing from the client implementation's `Answer` struct...

This PR adds the missing "Feeds" field to the "Answer" struct as described in this issue: https://github.com/ns1/ns1-go/issues/240

This PR adds the missing "Destinations" field to the "Feed" struct as described in this issue: https://github.com/ns1/ns1-go/issues/239

According to the API documentation here: https://developer.ibm.com/apis/catalog/ns1--ibm-ns1-connect-api/api/API--ns1--ibm-ns1-connect-api#getFeed , the feed resource has a "destinations" field. However this field is missing from the client implementation's `Feed` struct. I found the implementation...