Altiano Gerung

Results 18 issues of Altiano Gerung

Streaming support from UNC path?

How can I serve my static images or other media like video from different folder (i.e. different from `path` option) ?

**Is your feature request related to a problem? Please describe.** I don't want to wait for my movie download to finish to be able to start watching, I want to...

enhancement ✨

`failed to resize tty, using default size` What is this?

https://github.com/matryer/goblueprints/blob/aae50b4b30fa6dfd73e3c411b3bfe1972294be61/chapter7/meander/query.go#L115 https://github.com/matryer/goblueprints/blob/aae50b4b30fa6dfd73e3c411b3bfe1972294be61/chapter7/meander/query.go#L20 This line cause me: `reflect: reflect.flag.mustBeAssignable using value obtained using unexported field` But, if I specify field names here, It works

file: `src/reducers/posts_reducer.js` ``` switch (action.type) { case FETCH_POSTS: return action.payload; // case CREATE_POST: // return { ...state, ...action.payload }; // case DELETE_POST: // return _.omit(state, action.payload); } ``` even if...

I'm using v4 and localForage to store the state. Looking at the source code of `redux-persist` I think It is trivial to add couple of lines to notified whether persisting...

First of all, I am new to electron. When I run this command: `electron-installer-squirrel-windows ./releases/electron-letswrite-code-squirrel-win32-ia32` ..this error show ![image](https://cloud.githubusercontent.com/assets/8316282/12645081/6764341e-c602-11e5-973d-9c7f309e9e3b.png) I have no idea what happen..