Alexandre Teyar
Alexandre Teyar
CME is great but in a recent engagement I realised that the following feature would help save a lot of time and generate much less traffic on client networks. I...
Did not check which logger you use for CME, but displaying the timestamp would help for tasks that need to be run over an long period of time, e.g. password...
It would be a nice addition to be able to output the spidered shares into various text formats including of course XML (similar to the MetaSploit module smb_enumshares).
Just found out about this lib since I am trying to reduce my app bundle size. One nice feature would be to implement a light weight version of Yup Phone...
Hi, I think that being able to control exactly what the user clients affected to a workspace can see, so far they have access to the entire workspace (with read...
I am trying to reduce the default Drawer elevation for my dark mode as follows: ```js --- SNIP --- ``` It seems however that the options are not being forwarded...
Quick question, I built my website using a specific config/layout defined as follows in `config/mui-layout.js`: ```js export default { header: { config: { xs: { clipped: false, height: 'auto', position:...
I think that this console error is caused by the library rather than my own code, here is the stack trace: ``` Warning: React does not recognize the `styleProps` prop...
The topHeader component does not seem to support the `color` property, please see:  ```js export default () => { const routeResult = useRoutes(routes); return ( SidebarContent {routeResult} Footer );...
Could it be possible to add an option, maybe a boolean to specify if we want the entire layout (header(s), content, footer) to use up a minimum of 100% of...