Hiroki Takahashi

Results 7 issues of Hiroki Takahashi

On the demo, it can be seen that the event name will be popped up when the day is hovered. So, it should be possible to display the event name...

Let me illustrate the situation. 1. The user goes back to the previous month by clicking the left arrow button. 2. The user clicks one of the events in the...

MKTextField is based on TextInput, which is treated as... > a controlled component, which means the native value will be forced to match this value prop if provided [... according...

## Bug Report Running a serverless app with "sls offline" and making a request to the app's REST API endpoint results in the following message: ``` Debug: internal, implementation, error...

I use VS code and installed `fullcalendar-reactWrapper`. However, the module can't be found. Here is the error message. > Could not find a declaration file for module 'fullcalendar-reactwrapper'. '/home/usr/app/node_modules/fullcalendar-reactwrapper/lib/index.js' implicitly...

I've been trying to use the Kendo UI's Calendar in the following way. ``` import {Calendar as KendoCalendar} from "react-kendo"; //es6 render() { //other lines here return ( ); }...

### Expected Behavior I expect Tilt to 1. build Docker images with `docker_build`, 2. register a Helm chart by `k8s_yaml(helm('directory/to/chart'))` (or `k8s_yaml(local('helm template directory/to/chart'))`), 3. and then deploy them in...

bug